Package | Description |
---|---|
java.util | |
org.apache.harmony.luni.util |
Modifier and Type | Class and Description |
---|---|
class |
HashMap
HashMap is an implementation of Map.
|
class |
IdentityHashMap
IdentityHashMap is a variant on HashMap which tests equality by reference
instead of equality by value.
|
class |
LinkedHashMap
LinkedHashMap is a variant of HashMap.
|
class |
TreeMap
Implentation of a SortedMap based on tree-structure.
|
class |
WeakHashMap |
Modifier and Type | Class and Description |
---|---|
class |
TwoKeyHashMap
Reductive hash with two keys
|