public static class Short2LongMaps.UnmodifyableSortedMap extends Short2LongMaps.UnmodifyableMap implements Short2LongSortedMap
AbstractShort2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2LongSortedMap.FastSortedSetShort2LongMap.BuilderCache, Short2LongMap.Entry, Short2LongMap.FastEntrySet, Short2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator() |
Short2LongSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
long |
firstLongValue()
A method to get the first Value of a Map.
|
short |
firstShortKey()
A method to get the first Key of a Map.
|
Short2LongSortedMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
ShortSortedSet |
keySet() |
long |
lastLongValue()
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.
|
Short2LongSortedMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2LongSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeLong, computeLongIfAbsent, computeLongIfPresent, get, getOrDefault, mergeAllLong, mergeLong, put, putIfAbsent, remove, remove, removeOrDefault, replaceLongs, replaceLongs, short2LongEntrySet, subFrom, supplyLongIfAbsent, 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, applyAsLong, builder, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, short2LongEntrySet, subFrom, supplyLongIfAbsentpublic ShortComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Short,java.lang.Long>comparator in interface Short2LongSortedMappublic Short2LongSortedMap subMap(short fromKey, short toKey)
Short2LongSortedMapsubMap in interface Short2LongSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2LongSortedMap headMap(short toKey)
Short2LongSortedMapheadMap in interface Short2LongSortedMaptoKey - where the headMap should endpublic Short2LongSortedMap tailMap(short fromKey)
Short2LongSortedMaptailMap in interface Short2LongSortedMapfromKey - where the TailMap should startpublic ShortSortedSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Long>keySet in interface Short2LongMapkeySet in interface Short2LongSortedMapkeySet in class Short2LongMaps.UnmodifyableMappublic short firstShortKey()
Short2LongSortedMapfirstShortKey in interface Short2LongSortedMappublic short pollFirstShortKey()
Short2LongSortedMappollFirstShortKey in interface Short2LongSortedMappublic short lastShortKey()
Short2LongSortedMaplastShortKey in interface Short2LongSortedMappublic short pollLastShortKey()
Short2LongSortedMappollLastShortKey in interface Short2LongSortedMappublic long firstLongValue()
Short2LongSortedMapfirstLongValue in interface Short2LongSortedMappublic long lastLongValue()
Short2LongSortedMaplastLongValue in interface Short2LongSortedMappublic Short2LongSortedMap copy()
Short2LongMapcopy in interface Short2LongMapcopy in interface Short2LongSortedMapcopy in class Short2LongMaps.UnmodifyableMap