public class BytesKeyObjectMap<V> extends HashMap<Object,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BytesKeyObjectMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(byte[] bytes) |
boolean |
containsKey(BytesKey key) |
boolean |
containsKey(Object o) |
V |
get(byte[] bytes) |
V |
get(BytesKey key) |
V |
get(Object o) |
V |
put(byte[] bytes,
V value) |
V |
put(BytesKey key,
V value) |
V |
put(Object o,
V value) |
V |
remove(byte[] bytes) |
V |
remove(BytesKey key) |
V |
remove(Object o) |
clear, clone, containsValue, entrySet, isEmpty, keySet, putAll, size, valuesequals, hashCode, toStringpublic V get(byte[] bytes)
public boolean containsKey(Object o)
containsKey in interface Map<Object,V>containsKey in class HashMap<Object,V>public boolean containsKey(byte[] bytes)
public boolean containsKey(BytesKey key)
public V remove(byte[] bytes)
Copyright © 2013. All Rights Reserved.