Uses of Class
com.github.andrewoma.dexx.collection.DerivedKeyHashMap
Packages that use DerivedKeyHashMap
Package
Description
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 DerivedKeyHashMapModifier and TypeMethodDescription@NotNull DerivedKeyHashMap<K, V> @NotNull DerivedKeyHashMap<K, V> Methods in com.github.andrewoma.dexx.collection that return types with arguments of type DerivedKeyHashMapModifier and TypeMethodDescriptionstatic <K,V> @NotNull BuilderFactory <Pair<K, V>, DerivedKeyHashMap<K, V>> DerivedKeyHashMap.factory(KeyFunction<K, V> keyFunction)