Uses of Interface
org.infinispan.multimap.impl.function.set.SetBucketBaseFunction
Packages that use SetBucketBaseFunction
-
Uses of SetBucketBaseFunction in org.infinispan.multimap.impl.function.set
Classes in org.infinispan.multimap.impl.function.set that implement SetBucketBaseFunctionModifier and TypeClassDescriptionfinal classSAddFunction<K,V> Serializable function used byEmbeddedSetCache.add(K, V)to add elements to a Set.final classSGetFunction<K,V> Serializable function used byEmbeddedSetCache.get(K)to get a Set value with the given key.final classSPopFunction<K,V> Serializable function used byEmbeddedSetCache.remove(K, V)to remove elements to a Set.final classSRemoveFunction<K,V> Serializable function used byEmbeddedSetCache.remove(K, V)to remove elements to a Set.final classSSetFunction<K,V> Serializable function used byEmbeddedSetCache.set(K, java.util.Collection<V>)to operator on Sets.