public class JsStringDictionary<V> extends com.google.gwt.core.client.JavaScriptObject implements StringDictionary<V>
| Modifier | Constructor and Description |
|---|---|
protected |
JsStringDictionary() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearValues() |
static <V> JsStringDictionary<V> |
create() |
void |
forKeys(ReceivesValue<String> receiver) |
double |
getBoolean(String key) |
double |
getDouble(String key) |
int |
getInt(String key) |
<Unsafe> Unsafe |
getUnsafe(String key) |
V |
getValue(String key) |
boolean |
hasKey(String key) |
V |
removeValue(String key) |
V |
setValue(String key,
V value) |
public static <V> JsStringDictionary<V> create()
public final <Unsafe> Unsafe getUnsafe(String key)
public final int getInt(String key)
public final double getDouble(String key)
public final double getBoolean(String key)
public final V getValue(String key)
getValue in interface Dictionary<String,V>public final boolean hasKey(String key)
hasKey in interface Dictionary<String,V>public final V setValue(String key, V value)
setValue in interface Dictionary<String,V>public final V removeValue(String key)
removeValue in interface Dictionary<String,V>public final void clearValues()
clearValues in interface Dictionary<String,V>public final void forKeys(ReceivesValue<String> receiver)
forKeys in interface Dictionary<String,V>Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.