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