Uses of Interface
org.infinispan.commons.util.CloseableIteratorCollection
-
Packages that use CloseableIteratorCollection Package Description org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of CloseableIteratorCollection in org.infinispan.commons.util
Subinterfaces of CloseableIteratorCollection in org.infinispan.commons.util Modifier and Type Interface Description interfaceCloseableIteratorSet<E>A set that defines an iterator method that returns aCloseableIteratorinstead of a non closeable one.Classes in org.infinispan.commons.util that implement CloseableIteratorCollection Modifier and Type Class Description classCloseableIteratorCollectionAdapter<E>AdaptsCollectiontoCloseableIteratorCollectionclassCloseableIteratorSetAdapter<E>AdaptsSettoCloseableIteratorSet
-