public abstract class AbstractObject2ByteSortedMap<K> extends AbstractObject2ByteMap<K> implements Object2ByteSortedMap<K>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractObject2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected static class |
AbstractObject2ByteSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected class |
AbstractObject2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected static class |
AbstractObject2ByteSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values.
|
AbstractObject2ByteMap.BasicEntry<K>, AbstractObject2ByteMap.BasicEntrySet<K>Object2ByteSortedMap.FastSortedEntrySet<K>Object2ByteMap.Entry<K>, Object2ByteMap.FastEntrySet<K>defRetValue| Modifier | Constructor and Description |
|---|---|
protected |
AbstractObject2ByteSortedMap() |
| Modifier and Type | Method and Description |
|---|---|
ObjectSortedSet<K> |
keySet()
Returns a type-specific-set view of the keys of this map.
|
ByteCollection |
values()
Returns a type-specific-set view of the values of this map.
|
containsKey, containsValue, equals, hashCode, isEmpty, putAll, toStringdefaultReturnValue, defaultReturnValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, entrySet, headMap, object2ByteEntrySet, subMap, tailMapclear, computeByte, computeByteIfAbsent, computeByteIfAbsentPartial, computeByteIfPresent, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, get, getOrDefault, getOrDefault, merge, mergeByte, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, sizeapplyAsInt, getByte, put, removeBytecompute, computeIfAbsent, computeIfPresent, equals, forEach, hashCode, isEmpty, putAll, replaceAllpublic ObjectSortedSet<K> keySet()
The view is backed by the set returned by Map.entrySet(). Note that
no attempt is made at caching the result of this method, as this would
require adding some attributes that lightweight implementations would
not need. Subclasses may easily override this policy by calling
this method and caching the result, but implementors are encouraged to
write more efficient ad-hoc implementations.
The view is backed by the sorted set returned by Map.entrySet(). Note that
no attempt is made at caching the result of this method, as this would
require adding some attributes that lightweight implementations would
not need. Subclasses may easily override this policy by calling
this method and caching the result, but implementors are encouraged to
write more efficient ad-hoc implementations.
keySet in interface Object2ByteMap<K>keySet in interface Object2ByteSortedMap<K>keySet in interface Map<K,Byte>keySet in interface SortedMap<K,Byte>keySet in class AbstractObject2ByteMap<K>Map.keySet()public ByteCollection values()
The view is backed by the set returned by Map.entrySet(). Note that
no attempt is made at caching the result of this method, as this would
require adding some attributes that lightweight implementations would
not need. Subclasses may easily override this policy by calling
this method and caching the result, but implementors are encouraged to
write more efficient ad-hoc implementations.
The view is backed by the sorted set returned by Map.entrySet(). Note that
no attempt is made at caching the result of this method, as this would
require adding some attributes that lightweight implementations would
not need. Subclasses may easily override this policy by calling
this method and caching the result, but implementors are encouraged to
write more efficient ad-hoc implementations.
values in interface Object2ByteMap<K>values in interface Object2ByteSortedMap<K>values in interface Map<K,Byte>values in interface SortedMap<K,Byte>values in class AbstractObject2ByteMap<K>Map.values()Copyright © 2020. All rights reserved.