| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
HashMap<K,V>
Hash table based implementation of the Map interface.
|
class |
LinkedHashMap<K,V>
Hash table and linked list implementation of the Map interface,
with predictable iteration order.
|
Copyright © 2013 API Design. All Rights Reserved.