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
Subinterfaces of Operations in org.wildfly.clustering.ee.cache.function Modifier and Type Interface Description interfaceCollectionOperations<V,C extends Collection<V>>Classes in org.wildfly.clustering.ee.cache.function that implement Operations Modifier and Type Class Description classMapOperationsDefines Map creation and cloning strategies.classSetOperationsDefines Set creation and cloning strategies.Constructors in org.wildfly.clustering.ee.cache.function with parameters of type Operations Constructor Description CollectionAddFunction(Collection<V> operand, Operations<C> operations)CollectionFunction(Collection<V> operand, Operations<C> operations)CollectionRemoveFunction(Collection<V> operand, Operations<C> operations)MapFunction(T operand, Operations<Map<K,V>> operations)
-