| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
HashMap<K,V>
HashMap is an implementation of Map.
|
class |
IdentityHashMap<K,V>
IdentityHashMap is a variant on HashMap which tests equality by reference
instead of equality by value.
|
class |
LinkedHashMap<K,V>
LinkedHashMap is a variant of HashMap.
|
class |
TreeMap<K,V>
TreeMap is an implementation of SortedMap.
|
Copyright © 2022. All rights reserved.