Uses of Interface
org.javimmutable.collections.array.ArrayGetMapper
-
Uses of ArrayGetMapper in org.javimmutable.collections.array
Modifier and TypeMethodDescription<K,
V> Maybe <V> TrieArrayNode.mappedFind
(ArrayGetMapper<K, V, T> mapper, K key) <K,
V> V TrieArrayNode.mappedGetValueOr
(ArrayGetMapper<K, V, T> mapper, K key, V defaultValue) -
Uses of ArrayGetMapper in org.javimmutable.collections.hash