Uses of Class
com.github.andrewoma.dexx.collection.internal.base.AbstractMap
Packages that use AbstractMap
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of AbstractMap in com.github.andrewoma.dexx.collection
Subclasses of AbstractMap in com.github.andrewoma.dexx.collectionModifier and TypeClassDescriptionclass
DerivedKeyHashMap<K,
V> DerivedKeyHashMap
is aHashMap
variant where the key for theMap
is derived from the value stored.class
HashMap<K,
V> HashMap
is an implementation ofMap
based on a hash trie.class
TreeMap<K,
V> -
Uses of AbstractMap in com.github.andrewoma.dexx.collection.internal.base
Subclasses of AbstractMap in com.github.andrewoma.dexx.collection.internal.base -
Uses of AbstractMap in com.github.andrewoma.dexx.collection.internal.hashmap
Subclasses of AbstractMap in com.github.andrewoma.dexx.collection.internal.hashmap