Uses of Interface
org.wildfly.clustering.ee.cache.function.Operations
-
Packages that use Operations Package Description org.wildfly.clustering.ee.cache.function -
-
Uses of Operations in org.wildfly.clustering.ee.cache.function
Classes in org.wildfly.clustering.ee.cache.function that implement Operations Modifier and Type Class Description classConcurrentMapOperations<K,V>Defines operations for creating and copying a concurrent map.classConcurrentSetOperations<V>Defines operations for creating and copying a concurrent set.classCopyOnWriteMapOperations<K,V>Defines operations for creating and copying a non-concurrent map.classCopyOnWriteSetOperations<V>Defines operations for creating and copying a non-concurrent set.Constructors in org.wildfly.clustering.ee.cache.function with parameters of type Operations Constructor Description MapPutFunction(Map.Entry<K,V> operand, Operations<Map<K,V>> operations)MapRemoveFunction(K operand, Operations<Map<K,V>> operations)SetAddFunction(V value, Operations<Set<V>> operations)SetRemoveFunction(V value, Operations<Set<V>> operations)
-