-
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.
There are no Sub-Tasks for this issue.