Package tools.refinery.store.map
Class CursorAsIterator<K,V,D>
java.lang.Object
tools.refinery.store.map.CursorAsIterator<K,V,D>
- All Implemented Interfaces:
Iterator<D>
-
Constructor Summary
ConstructorDescriptionCursorAsIterator
(Cursor<K, V> internal, BiFunction<K, V, D> entryTransformation) CursorAsIterator
(Cursor<K, V> internal, BiFunction<K, V, D> entryTransformation, BiPredicate<K, V> filtering) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
CursorAsIterator
public CursorAsIterator(Cursor<K, V> internal, BiFunction<K, V, D> entryTransformation, BiPredicate<K, V> filtering) -
CursorAsIterator
-
-
Method Details