public class StringDictionaryDefault<V> extends StringToAbstract<V> implements StringDictionary<V>
StringTo.Many<V>| Constructor and Description |
|---|
StringDictionaryDefault() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearValues() |
void |
forKeys(ReceivesValue<String> receiver) |
V |
getValue(String key) |
boolean |
hasKey(String key) |
V |
removeValue(String key) |
V |
setValue(String key,
V value) |
clear, containsKey, containsValue, entries, get, isEmpty, isMultithreaded, keyArray, keys, put, putAll, remove, removeAll, size, toString, values, valueSetpublic boolean hasKey(String key)
hasKey in interface Dictionary<String,V>public V setValue(String key, V value)
setValue in interface Dictionary<String,V>public V removeValue(String key)
removeValue in interface Dictionary<String,V>public void clearValues()
clearValues in interface Dictionary<String,V>public void forKeys(ReceivesValue<String> receiver)
forKeys in interface Dictionary<String,V>Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.