V - the type of values stored in the Mappublic class SimpleStringMap<V>
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
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 © 2016. All Rights Reserved.