Package org.infinispan.multimap.impl.function.set
package org.infinispan.multimap.impl.function.set
-
ClassDescriptionSAddFunction<K,
V> Serializable function used byEmbeddedSetCache.add(K, V)to add elements to a Set.SetBucketBaseFunction<K,V, R> A base function for the set updatesSGetFunction<K,V> Serializable function used byEmbeddedSetCache.get(K)to get a Set value with the given key.SPopFunction<K,V> Serializable function used byEmbeddedSetCache.remove(K, V)to remove elements to a Set.SRemoveFunction<K,V> Serializable function used byEmbeddedSetCache.remove(K, V)to remove elements to a Set.SSetFunction<K,V> Serializable function used byEmbeddedSetCache.set(K, java.util.Collection<V>)to operator on Sets.