Uses of Class
org.infinispan.util.WriteableCacheCollectionMapper
Packages that use WriteableCacheCollectionMapper
Package
Description
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of WriteableCacheCollectionMapper in org.infinispan.util
Subclasses of WriteableCacheCollectionMapper in org.infinispan.utilModifier and TypeClassDescriptionclass
A writeable cache set mapper that also has constant time operations for things such asCollection.contains(Object)
if the underlying Set does.