Uses of Interface
org.javimmutable.collections.array.ArrayGetMapper
Packages that use ArrayGetMapper
-
Uses of ArrayGetMapper in org.javimmutable.collections.array
Subinterfaces of ArrayGetMapper in org.javimmutable.collections.arrayMethods in org.javimmutable.collections.array with parameters of type ArrayGetMapperModifier 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
Classes in org.javimmutable.collections.hash that implement ArrayGetMapper