public class IcedHashMapGeneric<K,V> extends Iced implements java.util.Map<K,V>, java.lang.Cloneable, java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
IcedHashMapGeneric.IcedHashMapStringObject |
static class |
IcedHashMapGeneric.IcedHashMapStringString |
Constructor and Description |
---|
IcedHashMapGeneric() |
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 java.util.Map<K,V> |
init() |
boolean |
isEmpty() |
boolean |
isSupportedKeyType(java.lang.Object K) |
boolean |
isSupportedValType(java.lang.Object V) |
java.util.Set<K> |
keySet() |
protected java.util.Map<K,V> |
map() |
V |
put(K key,
V val) |
void |
putAll(java.util.Map<? extends K,? extends V> m) |
IcedHashMapGeneric |
read_impl(AutoBuffer ab)
Helper for serialization - fills the mymap() from K-V pairs in the AutoBuffer object
|
IcedHashMapGeneric |
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) |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public boolean isSupportedKeyType(java.lang.Object K)
public boolean isSupportedValType(java.lang.Object V)
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)
public final IcedHashMapGeneric read_impl(AutoBuffer ab)
ab
- Contains the serialized K-V pairspublic final IcedHashMapGeneric readJSON_impl(AutoBuffer ab)
public final AutoBuffer writeJSON_impl(AutoBuffer ab)