Uses of Class
org.infinispan.util.AbstractDelegatingCacheCollection
-
Packages that use AbstractDelegatingCacheCollection Package Description org.infinispan.stream.impl.interceptor org.infinispan.util 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 AbstractDelegatingCacheCollection in org.infinispan.stream.impl.interceptor
Subclasses of AbstractDelegatingCacheCollection in org.infinispan.stream.impl.interceptor Modifier and Type Class Description class
AbstractDelegatingEntryCacheSet<K,V>
Abstract cache entry set that delegates to the underlying cache for stream usageclass
AbstractDelegatingKeyCacheSet<K,V>
Abstract cache key set that delegates to the underlying cache for stream usage -
Uses of AbstractDelegatingCacheCollection in org.infinispan.util
Subclasses of AbstractDelegatingCacheCollection in org.infinispan.util Modifier and Type Class Description class
AbstractDelegatingCacheSet<E>
Same asAbstractDelegatingCacheCollection
except this method implements Set as well.
-