public abstract class IcedHashMapBase<K,V> extends Iced implements java.util.Map<K,V>, java.lang.Cloneable, java.io.Serializable
Constructor and Description |
---|
IcedHashMapBase() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
boolean |
equals(java.lang.Object o) |
V |
get(java.lang.Object key) |
int |
hashCode() |
protected abstract java.util.Map<K,V> |
init() |
boolean |
isEmpty() |
java.util.Set<K> |
keySet() |
protected abstract java.util.Map<K,V> |
map() |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> m) |
IcedHashMapBase |
read_impl(AutoBuffer ab)
Helper for serialization - fills the mymap() from K-V pairs in the AutoBuffer object
|
IcedHashMapBase |
readJSON_impl(AutoBuffer ab) |
V |
remove(java.lang.Object key) |
int |
size() |
java.util.Collection<V> |
values() |
AutoBuffer |
write_impl(AutoBuffer ab) |
AutoBuffer |
writeJSON_impl(AutoBuffer ab) |
protected void |
writeMap(AutoBuffer ab,
int mode) |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
public boolean containsKey(java.lang.Object key)
public boolean containsValue(java.lang.Object value)
public boolean equals(java.lang.Object o)
public int hashCode()
public final AutoBuffer write_impl(AutoBuffer ab)
protected void writeMap(AutoBuffer ab, int mode)
public final IcedHashMapBase read_impl(AutoBuffer ab)
ab
- Contains the serialized K-V pairspublic final IcedHashMapBase readJSON_impl(AutoBuffer ab)
public final AutoBuffer writeJSON_impl(AutoBuffer ab)