public static final class Bytes.ByteMap<V> extends TreeMap<byte[],V> implements Iterable<Map.Entry<byte[],V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ByteMap() |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<byte[],V>> |
iterator()
Returns an iterator that goes through all the entries in this map.
|
String |
toString()
byte[] friendly implementation. |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
equals, hashCode, isEmpty
finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
compute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove
Copyright © 2010-2017, The Async HBase Authors