public abstract class AbstractReference2ByteSortedMap<K> extends AbstractReference2ByteMap<K> implements Reference2ByteSortedMap<K>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractReference2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected static class |
AbstractReference2ByteSortedMap.KeySetIterator<K>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected class |
AbstractReference2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected static class |
AbstractReference2ByteSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values.
|
AbstractReference2ByteMap.BasicEntry<K>, AbstractReference2ByteMap.BasicEntrySet<K>Reference2ByteSortedMap.FastSortedEntrySet<K>Reference2ByteMap.Entry<K>, Reference2ByteMap.FastEntrySet<K>defRetValue| Modifier | Constructor and Description |
|---|---|
protected |
AbstractReference2ByteSortedMap() |
| Modifier and Type | Method and Description |
|---|---|
ReferenceSortedSet<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, reference2ByteEntrySet, 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 ReferenceSortedSet<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 Reference2ByteMap<K>keySet in interface Reference2ByteSortedMap<K>keySet in interface Map<K,Byte>keySet in interface SortedMap<K,Byte>keySet in class AbstractReference2ByteMap<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 Reference2ByteMap<K>values in interface Reference2ByteSortedMap<K>values in interface Map<K,Byte>values in interface SortedMap<K,Byte>values in class AbstractReference2ByteMap<K>Map.values()Copyright © 2020. All rights reserved.