Uses of Package
org.infinispan.multimap.impl.function.set
Packages that use org.infinispan.multimap.impl.function.set
-
Classes in org.infinispan.multimap.impl.function.set used by org.infinispan.multimap.impl.function.setClassDescriptionSerializable function used by
EmbeddedSetCache.add(K, V)to add elements to a Set.A base function for the set updatesSerializable function used byEmbeddedSetCache.get(K)to get a Set value with the given key.Serializable function used byEmbeddedSetCache.remove(K, V)to remove elements to a Set.Serializable function used byEmbeddedSetCache.remove(K, V)to remove elements to a Set.Serializable function used byEmbeddedSetCache.set(K, java.util.Collection<V>)to operator on Sets.