Uses of Class
org.infinispan.commons.util.RemovableIterator
Package
Description
Commons package providing various utility classes
-
Uses of RemovableIterator in org.infinispan.commons.util
Modifier 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. -
Uses of RemovableIterator in org.infinispan.stream.impl
Modifier and TypeClassDescriptionclass
Deprecated.class
RemovableIterator<K,
C> Deprecated.Users should useRemovableIterator
instead
RemovableCloseableIterator
instead