Class ConcurrentMapOperations<K,V>
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.function.ConcurrentMapOperations<K,V>
-
- Type Parameters:
K- the map key typeV- the map value type
- All Implemented Interfaces:
Function<Map<K,V>,Map<K,V>>,Supplier<Map<K,V>>,UnaryOperator<Map<K,V>>,Operations<Map<K,V>>
public class ConcurrentMapOperations<K,V> extends Object implements Operations<Map<K,V>>
Defines operations for creating and copying a concurrent map. A concurrent map can perform writes against the map directly, thus an explicitly copy is unnecessary.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ConcurrentMapOperations()
-