V - the type of values stored in the Mappublic class SimpleStringMap<V>
extends com.google.gwt.core.client.JavaScriptObject
SimpleStringMap class.
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleStringMap()
Constructor for SimpleStringMap.
|
| Modifier and Type | Method and Description |
|---|---|
V |
get(String key)
Get a value indexed by a key.
|
void |
put(String key,
V value)
Put the value in the map at the given key.
|
Copyright © 2017. All Rights Reserved.