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 classAbstractDelegatingEntryCacheSet<K,V>Abstract cache entry set that delegates to the underlying cache for stream usageclassAbstractDelegatingKeyCacheSet<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 classAbstractDelegatingCacheCollection<E>classAbstractDelegatingCacheSet<E>Same asAbstractDelegatingCacheCollectionexcept this method implements Set as well.
-