Uses of Class
org.infinispan.util.CollectionMapper
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 CollectionMapper in org.infinispan.util
Modifier and TypeClassDescriptionclass
CacheSetMapper<E,
R> ACacheSet
that allows for a different set to be mapped as a different instance wtih values replaced on request.class
SetMapper<E,
R> A set that maps another one to a new one of a possibly different type.class
A writeable cache collection mapper that also has constant time operations for things such asCollection.contains(Object)
if the underlying Collection does.class
A writeable cache set mapper that also has constant time operations for things such asCollection.contains(Object)
if the underlying Set does.