@GwtScriptOnly public class StringToGwt<V> extends com.google.gwt.core.client.JavaScriptObject implements StringTo<V>
StringTo.Many<V>| Modifier | Constructor and Description |
|---|---|
protected |
StringToGwt() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
static StringToGwt<Object> |
create() |
static <V> StringTo<V> |
create(Class<? extends V> valueType) |
Iterable<Map.Entry<String,V>> |
entries() |
static <T> StringToGwt<T> |
fromJso(com.google.gwt.core.client.JavaScriptObject o) |
V |
get(String key) |
boolean |
isEmpty() |
String[] |
keyArray() |
Iterable<String> |
keys() |
static StringTo<Object> |
newInstance() |
V |
put(String key,
V value) |
void |
putAll(Iterable<Map.Entry<String,V>> items) |
V |
remove(String key) |
void |
removeAll(Iterable<String> items) |
int |
size() |
com.google.gwt.core.client.JavaScriptObject |
toJso() |
Iterable<V> |
values() |
public static StringToGwt<Object> create()
public static <T> StringToGwt<T> fromJso(com.google.gwt.core.client.JavaScriptObject o)
public final com.google.gwt.core.client.JavaScriptObject toJso()
public final boolean containsKey(Object key)
containsKey in interface HasValues<String,V>public final boolean containsValue(Object value)
containsValue in interface HasValues<String,V>public final Iterable<Map.Entry<String,V>> entries()
entries in interface EntryIterable<String,V>Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.