Uses of Class
com.github.andrewoma.dexx.collection.internal.base.AbstractMap
-
Packages that use AbstractMap Package Description com.github.andrewoma.dexx.collection Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.com.github.andrewoma.dexx.collection.internal.base com.github.andrewoma.dexx.collection.internal.hashmap -
-
Uses of AbstractMap in com.github.andrewoma.dexx.collection
Subclasses of AbstractMap in com.github.andrewoma.dexx.collection Modifier and Type Class Description class
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 Modifier and Type Class Description class
AbstractSortedMap<K,V>
-
Uses of AbstractMap in com.github.andrewoma.dexx.collection.internal.hashmap
Subclasses of AbstractMap in com.github.andrewoma.dexx.collection.internal.hashmap Modifier and Type Class Description class
ListMap<K,V>
(package private) class
ListMap.Node<K,V>
-