Uses of Interface
org.javimmutable.collections.array.ArrayIterationMapper
-
Uses of ArrayIterationMapper in org.javimmutable.collections.array
Modifier and TypeMethodDescription<K,
V> GenericIterator.Iterable <IMapEntry<K, V>> TrieArrayNode.mappedEntries
(ArrayIterationMapper<K, V, T> mapper) <K> GenericIterator.Iterable
<K> TrieArrayNode.mappedKeys
(ArrayIterationMapper<K, ?, T> mapper) <V> GenericIterator.Iterable
<V> TrieArrayNode.mappedValues
(ArrayIterationMapper<?, V, T> mapper) -
Uses of ArrayIterationMapper in org.javimmutable.collections.hash