public class BytesKeyObjectMap<V>
extends java.util.HashMap<java.lang.Object,V>
| Constructor and Description |
|---|
BytesKeyObjectMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(byte[] bytes) |
boolean |
containsKey(BytesKey key) |
boolean |
containsKey(java.lang.Object o) |
V |
get(byte[] bytes) |
V |
get(BytesKey key) |
V |
get(java.lang.Object o) |
private BytesKey |
makeKey(java.lang.Object key) |
V |
put(byte[] bytes,
V value) |
V |
put(BytesKey key,
V value) |
V |
put(java.lang.Object o,
V value) |
V |
remove(byte[] bytes) |
V |
remove(BytesKey key) |
V |
remove(java.lang.Object o) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesprivate BytesKey makeKey(java.lang.Object key)
public V get(java.lang.Object o)
public V get(byte[] bytes)
public boolean containsKey(java.lang.Object o)
public boolean containsKey(byte[] bytes)
public boolean containsKey(BytesKey key)
public V remove(java.lang.Object o)
public V remove(byte[] bytes)