Function<java.lang.Integer,java.lang.Short>, Int2ShortFunction, Int2ShortMap, Int2ShortSortedMap, java.io.Serializable, java.util.function.Function<java.lang.Integer,java.lang.Short>, java.util.function.IntUnaryOperator, java.util.Map<java.lang.Integer,java.lang.Short>, java.util.SortedMap<java.lang.Integer,java.lang.Short>Int2ShortAVLTreeMap, Int2ShortLinkedOpenHashMap, Int2ShortRBTreeMappublic abstract class AbstractInt2ShortSortedMap extends AbstractInt2ShortMap implements Int2ShortSortedMap
AbstractInt2ShortMap.BasicEntry, AbstractInt2ShortMap.BasicEntrySetInt2ShortMap.Entry, Int2ShortMap.FastEntrySetInt2ShortSortedMap.FastSortedEntrySet| Modifier and Type | Method | Description |
|---|---|---|
IntSortedSet |
keySet() |
Returns a type-specific-set view of the keys of this map.
|
ShortCollection |
values() |
Returns a type-specific-set view of the values of this map.
|
defaultReturnValue, defaultReturnValuecontainsKey, containsValue, equals, hashCode, isEmpty, putAll, toStringapplyAsInt, get, put, removeclear, 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, sizecomparator, entrySet, firstIntKey, firstKey, headMap, headMap, int2ShortEntrySet, lastIntKey, lastKey, subMap, subMap, tailMap, tailMappublic IntSortedSet 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 Int2ShortMapkeySet in interface Int2ShortSortedMapkeySet in interface java.util.Map<java.lang.Integer,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>keySet in class AbstractInt2ShortMapMap.keySet()public ShortCollection 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 Int2ShortMapvalues in interface Int2ShortSortedMapvalues in interface java.util.Map<java.lang.Integer,java.lang.Short>values in interface java.util.SortedMap<java.lang.Integer,java.lang.Short>values in class AbstractInt2ShortMapMap.values()