public static class Short2IntMaps.UnmodifyableSortedMap extends Short2IntMaps.UnmodifyableMap implements Short2IntSortedMap
AbstractShort2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2IntSortedMap.FastSortedSetShort2IntMap.BuilderCache, Short2IntMap.Entry, Short2IntMap.FastEntrySet, Short2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator() |
Short2IntSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
int |
firstIntValue()
A method to get the first Value of a Map.
|
short |
firstShortKey()
A method to get the first Key of a Map.
|
Short2IntSortedMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
ShortSortedSet |
keySet() |
int |
lastIntValue()
A method to get the last Value of a Map.
|
short |
lastShortKey()
A method to get the last Key of a Map.
|
short |
pollFirstShortKey()
A method to get and remove the first Key of a Map.
|
short |
pollLastShortKey()
A method to get and remove the last Key of a Map.
|
Short2IntSortedMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2IntSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeInt, computeIntIfAbsent, computeIntIfPresent, get, getOrDefault, mergeAllInt, mergeInt, put, putIfAbsent, remove, remove, removeOrDefault, replaceInts, replaceInts, short2IntEntrySet, subFrom, supplyIntIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringfirstKey, headMap, lastKey, subMap, synchronize, synchronize, tailMap, unmodifiable, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, short2IntEntrySet, subFrom, supplyIntIfAbsentpublic ShortComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>comparator in interface Short2IntSortedMappublic Short2IntSortedMap subMap(short fromKey, short toKey)
Short2IntSortedMapsubMap in interface Short2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2IntSortedMap headMap(short toKey)
Short2IntSortedMapheadMap in interface Short2IntSortedMaptoKey - where the headMap should endpublic Short2IntSortedMap tailMap(short fromKey)
Short2IntSortedMaptailMap in interface Short2IntSortedMapfromKey - where the TailMap should startpublic ShortSortedSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Integer>keySet in interface Short2IntMapkeySet in interface Short2IntSortedMapkeySet in class Short2IntMaps.UnmodifyableMappublic short firstShortKey()
Short2IntSortedMapfirstShortKey in interface Short2IntSortedMappublic short pollFirstShortKey()
Short2IntSortedMappollFirstShortKey in interface Short2IntSortedMappublic short lastShortKey()
Short2IntSortedMaplastShortKey in interface Short2IntSortedMappublic short pollLastShortKey()
Short2IntSortedMappollLastShortKey in interface Short2IntSortedMappublic int firstIntValue()
Short2IntSortedMapfirstIntValue in interface Short2IntSortedMappublic int lastIntValue()
Short2IntSortedMaplastIntValue in interface Short2IntSortedMappublic Short2IntSortedMap copy()
Short2IntMapcopy in interface Short2IntMapcopy in interface Short2IntSortedMapcopy in class Short2IntMaps.UnmodifyableMap