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 <V> StringTo<V> |
create(Class<V> valueType) |
Iterable<Map.Entry<String,V>> |
entries() |
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() |
Iterable<V> |
values() |
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>public final int size()
Copyright © 2012-2013 The Internet Party. All Rights Reserved.