| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
HashMap<K,V>
Hash table based implementation of the Map interface.
|
class |
WeakHashMap<K,V>
Hash table based implementation of the Map interface, with weak keys.
|