Uses of Class
org.infinispan.util.AbstractDelegatingCloseableIteratorCollection
-
Packages that use AbstractDelegatingCloseableIteratorCollection 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 AbstractDelegatingCloseableIteratorCollection in org.infinispan.stream.impl.interceptor
Subclasses of AbstractDelegatingCloseableIteratorCollection 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 AbstractDelegatingCloseableIteratorCollection in org.infinispan.util
Subclasses of AbstractDelegatingCloseableIteratorCollection in org.infinispan.util Modifier and Type Class Description class
AbstractDelegatingCacheCollection<E>
class
AbstractDelegatingCacheSet<E>
Same asAbstractDelegatingCacheCollection
except this method implements Set as well.
-