public static class Short2ShortMaps.UnmodifyableSortedMap extends Short2ShortMaps.UnmodifyableMap implements Short2ShortSortedMap
AbstractShort2ShortMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2ShortSortedMap.FastSortedSetShort2ShortMap.BuilderCache, Short2ShortMap.Entry, Short2ShortMap.FastEntrySet, Short2ShortMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator() |
Short2ShortSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
short |
firstShortKey()
A method to get the first Key of a Map.
|
short |
firstShortValue()
A method to get the first Value of a Map.
|
Short2ShortSortedMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
ShortSortedSet |
keySet() |
short |
lastShortKey()
A method to get the last Key of a Map.
|
short |
lastShortValue()
A method to get the last Value 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.
|
Short2ShortSortedMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2ShortSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeShort, computeShortIfAbsent, computeShortIfPresent, get, getOrDefault, mergeAllShort, mergeShort, put, putIfAbsent, remove, remove, removeOrDefault, replaceShorts, replaceShorts, short2ShortEntrySet, subFrom, supplyShortIfAbsent, 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, applyAsShort, builder, compute, computeIfAbsent, computeIfPresent, computeShort, computeShortIfAbsent, computeShortIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllShort, mergeShort, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceShorts, replaceShorts, setDefaultReturnValue, short2ShortEntrySet, subFrom, supplyShortIfAbsentandThen, compose, identitypublic ShortComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Short,java.lang.Short>comparator in interface Short2ShortSortedMappublic Short2ShortSortedMap subMap(short fromKey, short toKey)
Short2ShortSortedMapsubMap in interface Short2ShortSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2ShortSortedMap headMap(short toKey)
Short2ShortSortedMapheadMap in interface Short2ShortSortedMaptoKey - where the headMap should endpublic Short2ShortSortedMap tailMap(short fromKey)
Short2ShortSortedMaptailMap in interface Short2ShortSortedMapfromKey - where the TailMap should startpublic ShortSortedSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Short>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Short>keySet in interface Short2ShortMapkeySet in interface Short2ShortSortedMapkeySet in class Short2ShortMaps.UnmodifyableMappublic short firstShortKey()
Short2ShortSortedMapfirstShortKey in interface Short2ShortSortedMappublic short pollFirstShortKey()
Short2ShortSortedMappollFirstShortKey in interface Short2ShortSortedMappublic short lastShortKey()
Short2ShortSortedMaplastShortKey in interface Short2ShortSortedMappublic short pollLastShortKey()
Short2ShortSortedMappollLastShortKey in interface Short2ShortSortedMappublic short firstShortValue()
Short2ShortSortedMapfirstShortValue in interface Short2ShortSortedMappublic short lastShortValue()
Short2ShortSortedMaplastShortValue in interface Short2ShortSortedMappublic Short2ShortSortedMap copy()
Short2ShortMapcopy in interface Short2ShortMapcopy in interface Short2ShortSortedMapcopy in class Short2ShortMaps.UnmodifyableMap