Uses of Class
org.infinispan.commons.util.AbstractDelegatingCollection
-
Packages that use AbstractDelegatingCollection Package Description org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.distribution.util 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 AbstractDelegatingCollection in org.infinispan.commons.util
Subclasses of AbstractDelegatingCollection in org.infinispan.commons.util Modifier and Type Class Description classAbstractDelegatingSet<E> -
Uses of AbstractDelegatingCollection in org.infinispan.distribution.util
Subclasses of AbstractDelegatingCollection in org.infinispan.distribution.util Modifier and Type Class Description classReadOnlySegmentAwareCollection<E>Set implementation that shows a read only view of the provided set by only allowing entries that map to a given segment using the provided consistent hash.classReadOnlySegmentAwareEntryCollection<K,V>Iterator implementation that shows a read only view of the provided iterator by only allowing values that map to a given segment using the provided consistent hash. -
Uses of AbstractDelegatingCollection in org.infinispan.util
Subclasses of AbstractDelegatingCollection in org.infinispan.util Modifier and Type Class Description classAbstractDelegatingCacheCollection<E>classAbstractDelegatingCacheSet<E>Same asAbstractDelegatingCacheCollectionexcept this method implements Set as well.classAbstractDelegatingCloseableIteratorCollection<E>Delegating collection that produces closeable iterators and spliterators from the collection returned fromAbstractDelegatingCloseableIteratorCollection.delegate()method.classAbstractDelegatingCloseableIteratorSet<E>
-