public class StringToAbstract<V> extends Object implements StringTo<V>
StringTo.Many<V>| Constructor and Description |
|---|
StringToAbstract() |
StringToAbstract(Map<String,V> map) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object key) |
Iterable<Map.Entry<String,V>> |
entries() |
V |
get(String key) |
boolean |
isEmpty() |
protected boolean |
isMultithreaded() |
String[] |
keyArray() |
Iterable<String> |
keys() |
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() |
String |
toString() |
Iterable<V> |
values() |
protected Collection<V> |
valueSet() |
protected boolean isMultithreaded()
public boolean containsKey(Object key)
containsKey in interface HasValues<String,V>public boolean containsValue(Object key)
containsValue in interface HasValues<String,V>public Iterable<Map.Entry<String,V>> entries()
entries in interface EntryIterable<String,V>protected Collection<V> valueSet()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.