Uses of Class
org.infinispan.commons.util.RemovableIterator
Packages that use RemovableIterator
-
Uses of RemovableIterator in org.infinispan.commons.util
Subclasses of RemovableIterator in org.infinispan.commons.utilModifier and TypeClassDescriptionclass
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.