public abstract class AbstractShort2CharSortedMap extends AbstractShort2CharMap implements Short2CharSortedMap
AbstractShort2CharMap.BasicEntry, AbstractShort2CharMap.BasicEntrySetShort2CharSortedMap.FastSortedEntrySetShort2CharMap.Entry, Short2CharMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
ShortSortedSet |
keySet()
Returns a type-specific-set view of the keys of this map.
|
CharCollection |
values()
Returns a type-specific-set view of the values of this map.
|
containsKey, containsValue, equals, hashCode, isEmpty, putAll, toStringdefaultReturnValue, defaultReturnValuecomparator, entrySet, firstKey, firstShortKey, headMap, headMap, lastKey, lastShortKey, short2CharEntrySet, 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, removeandThen, compose, identitypublic ShortSortedSet 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 Short2CharMapkeySet in interface Short2CharSortedMapkeySet in interface Map<Short,Character>keySet in interface SortedMap<Short,Character>keySet in class AbstractShort2CharMapMap.keySet()public CharCollection 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 Short2CharMapvalues in interface Short2CharSortedMapvalues in interface Map<Short,Character>values in interface SortedMap<Short,Character>values in class AbstractShort2CharMapMap.values()