-
Enhancement
-
Resolution: Done
-
Major
-
None
-
8.0.0.Final
-
None
Java 8 added many new methods to the Map interface. Some of them were already present in ConcurrentMap, but others are new: getOrDefault(), forEach(), replaceAll(), computeIfAbsent(), computeIfPresent(), compute(), merge().
We should try to write Infinispan-specific implementations wherever that would improve correctness and/or performance.
1.
|
Merge |
|
Closed | |
Katia Aresti |
2.
|
Compute, ComputeIfPresent, ComputeIfAbsent |
|
Closed | |
Katia Aresti |
3.
|
ForEach |
|
Resolved | |
Katia Aresti |
4.
|
ReplaceAll |
|
Resolved | |
Katia Aresti |