public abstract class AbstractLong2ByteSortedMap extends AbstractLong2ByteMap implements Long2ByteSortedMap
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractLong2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected static class |
AbstractLong2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected class |
AbstractLong2ByteSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected static class |
AbstractLong2ByteSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
AbstractLong2ByteMap.BasicEntry, AbstractLong2ByteMap.BasicEntrySetLong2ByteSortedMap.FastSortedEntrySetLong2ByteMap.Entry, Long2ByteMap.FastEntrySetdefRetValue| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLong2ByteSortedMap() |
| Modifier and Type | Method and Description |
|---|---|
LongSortedSet |
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, firstKey, firstLongKey, headMap, headMap, lastKey, lastLongKey, long2ByteEntrySet, subMap, subMap, tailMap, tailMapclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsentNullable, computeIfAbsentPartial, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, defaultReturnValue, defaultReturnValue, get, getOrDefault, getOrDefault, merge, merge, put, putIfAbsent, putIfAbsent, remove, remove, remove, replace, replace, replace, replace, sizeapplyAsInt, get, put, removepublic LongSortedSet 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 Long2ByteMapkeySet in interface Long2ByteSortedMapkeySet in interface Map<Long,Byte>keySet in interface SortedMap<Long,Byte>keySet in class AbstractLong2ByteMapMap.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 Long2ByteMapvalues in interface Long2ByteSortedMapvalues in interface Map<Long,Byte>values in interface SortedMap<Long,Byte>values in class AbstractLong2ByteMapMap.values()Copyright © 2020. All rights reserved.