| Package | Description |
|---|---|
| com.google.gwt.i18n.client.impl | |
| com.google.gwt.storage.client | |
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantMap
Map used when creating
Constants maps. |
| Modifier and Type | Class and Description |
|---|---|
class |
StorageMap
Exposes the local/session
Storage as a standard Map<String, String>. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumMap<K extends Enum<K>,V>
|
class |
HashMap<K,V>
Implementation of Map interface based on a hash table.
|
class |
IdentityHashMap<K,V>
Map using reference equality on keys.
|
class |
LinkedHashMap<K,V>
Hash table implementation of the Map interface with predictable iteration
order.
|
class |
TreeMap<K,V>
Implements a TreeMap using a red-black tree.
|
Copyright © 2018. All rights reserved.