Uses of Class
com.github.andrewoma.dexx.collection.DerivedKeyHashMap
-
Packages that use DerivedKeyHashMap Package Description com.github.andrewoma.dexx.collection Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java. -
-
Uses of DerivedKeyHashMap in com.github.andrewoma.dexx.collection
Methods in com.github.andrewoma.dexx.collection that return DerivedKeyHashMap Modifier and Type Method Description @NotNull DerivedKeyHashMap<K,V>
DerivedKeyHashMap. put(K key, V value)
@NotNull DerivedKeyHashMap<K,V>
DerivedKeyHashMap. remove(K key)
Methods in com.github.andrewoma.dexx.collection that return types with arguments of type DerivedKeyHashMap Modifier and Type Method Description static <K,V>
@NotNull BuilderFactory<Pair<K,V>,DerivedKeyHashMap<K,V>>DerivedKeyHashMap. factory(KeyFunction<K,V> keyFunction)
-