Uses of Class
org.infinispan.util.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
Modifier and TypeClassDescriptionclass
A writeable cache set mapper that also has constant time operations for things such asCollection.contains(Object)
if the underlying Set does.