Uses of Class
org.infinispan.commons.util.RemovableIterator
-
Packages that use RemovableIterator Package Description org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of RemovableIterator in org.infinispan.commons.util
Subclasses of RemovableIterator in org.infinispan.commons.util Modifier and Type Class Description class
RemovableCloseableIterator<C>
A CloseableIterator implementation that allows for a CloseableIterator that doesn't allow remove operations to implement remove by delegating the call to the provided consumer to remove the previously read value.
-