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, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public 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 © 2015. All rights reserved.