public abstract class AbstractLong2ByteSortedMap extends AbstractLong2ByteMap implements Long2ByteSortedMap
AbstractLong2ByteMap.BasicEntry, AbstractLong2ByteMap.BasicEntrySetLong2ByteSortedMap.FastSortedEntrySetLong2ByteMap.Entry, Long2ByteMap.FastEntrySet| 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, defaultReturnValuecomparator, 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 java.util.Map<java.lang.Long,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Long,java.lang.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 java.util.Map<java.lang.Long,java.lang.Byte>values in interface java.util.SortedMap<java.lang.Long,java.lang.Byte>values in class AbstractLong2ByteMapMap.values()