Package tools.refinery.store.map
Class MapAsIterable<K,V,D>
java.lang.Object
tools.refinery.store.map.MapAsIterable<K,V,D>
- All Implemented Interfaces:
Iterable<D>
-
Constructor Summary
ConstructorDescriptionMapAsIterable
(VersionedMap<K, V> internal, BiFunction<K, V, D> entryTransformation) MapAsIterable
(VersionedMap<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.lang.Iterable
forEach, spliterator
-
Constructor Details
-
MapAsIterable
public MapAsIterable(VersionedMap<K, V> internal, BiFunction<K, V, D> entryTransformation, BiPredicate<K, V> filtering) -
MapAsIterable
-
-
Method Details