public class IcedHashMap<K,V> extends IcedHashMapBase<K,V> implements java.util.concurrent.ConcurrentMap<K,V>
Modifier and Type | Class and Description |
---|---|
static class |
IcedHashMap.IcedHashMapStringObject |
static class |
IcedHashMap.IcedHashMapStringString |
Constructor and Description |
---|
IcedHashMap() |
Modifier and Type | Method and Description |
---|---|
K |
getk(K key) |
protected java.util.Map<K,V> |
init() |
protected java.util.Map<K,V> |
map() |
V |
putIfAbsent(K key,
V value) |
boolean |
remove(java.lang.Object key,
java.lang.Object value) |
V |
replace(K key,
V value) |
boolean |
replace(K key,
V oldValue,
V newValue) |
protected void |
writeMap(AutoBuffer ab,
int mode) |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, read_impl, readJSON_impl, remove, size, values, write_impl, writeJSON_impl
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
public boolean remove(java.lang.Object key, java.lang.Object value)
protected void writeMap(AutoBuffer ab, int mode)
writeMap
in class IcedHashMapBase<K,V>