Uses of Class
org.infinispan.commons.util.CollectionMapper
Packages that use CollectionMapper
Package
Description
Commons package providing various utility classes
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 CollectionMapper in org.infinispan.commons.util
Subclasses of CollectionMapper in org.infinispan.commons.utilModifier and TypeClassDescriptionclassSetMapper<E,R> A set that maps another one to a new one of a possibly different type. -
Uses of CollectionMapper in org.infinispan.util
Subclasses of CollectionMapper in org.infinispan.utilModifier and TypeClassDescriptionclassCacheSetMapper<E,R> Deprecated.since 16.1 This class is not used any longer and is scheduled for removalclassSetMapper<E,R> Deprecated.since 16.1, please useSetMapperinsteadclassA writeable cache collection mapper that also has constant time operations for things such asCollection.contains(Object)if the underlying Collection does.classA writeable cache set mapper that also has constant time operations for things such asCollection.contains(Object)if the underlying Set does.