| Package | Description |
|---|---|
| java.util |
Contains utility classes including the collections framework and date manipulation.
|
| 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.
|