public static class Short2DoubleMaps.UnmodifyableSortedMap extends Short2DoubleMaps.UnmodifyableMap implements Short2DoubleSortedMap
AbstractShort2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2DoubleSortedMap.FastSortedSetShort2DoubleMap.BuilderCache, Short2DoubleMap.Entry, Short2DoubleMap.FastEntrySet, Short2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator() |
Short2DoubleSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
double |
firstDoubleValue()
A method to get the first Value of a Map.
|
short |
firstShortKey()
A method to get the first Key of a Map.
|
Short2DoubleSortedMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
ShortSortedSet |
keySet() |
double |
lastDoubleValue()
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.
|
Short2DoubleSortedMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2DoubleSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, get, getOrDefault, mergeAllDouble, mergeDouble, put, putIfAbsent, remove, remove, removeOrDefault, replaceDoubles, replaceDoubles, short2DoubleEntrySet, subFrom, supplyDoubleIfAbsent, 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, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, short2DoubleEntrySet, subFrom, supplyDoubleIfAbsentpublic ShortComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Short,java.lang.Double>comparator in interface Short2DoubleSortedMappublic Short2DoubleSortedMap subMap(short fromKey, short toKey)
Short2DoubleSortedMapsubMap in interface Short2DoubleSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2DoubleSortedMap headMap(short toKey)
Short2DoubleSortedMapheadMap in interface Short2DoubleSortedMaptoKey - where the headMap should endpublic Short2DoubleSortedMap tailMap(short fromKey)
Short2DoubleSortedMaptailMap in interface Short2DoubleSortedMapfromKey - where the TailMap should startpublic ShortSortedSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Double>keySet in interface Short2DoubleMapkeySet in interface Short2DoubleSortedMapkeySet in class Short2DoubleMaps.UnmodifyableMappublic short firstShortKey()
Short2DoubleSortedMapfirstShortKey in interface Short2DoubleSortedMappublic short pollFirstShortKey()
Short2DoubleSortedMappollFirstShortKey in interface Short2DoubleSortedMappublic short lastShortKey()
Short2DoubleSortedMaplastShortKey in interface Short2DoubleSortedMappublic short pollLastShortKey()
Short2DoubleSortedMappollLastShortKey in interface Short2DoubleSortedMappublic double firstDoubleValue()
Short2DoubleSortedMapfirstDoubleValue in interface Short2DoubleSortedMappublic double lastDoubleValue()
Short2DoubleSortedMaplastDoubleValue in interface Short2DoubleSortedMappublic Short2DoubleSortedMap copy()
Short2DoubleMapcopy in interface Short2DoubleMapcopy in interface Short2DoubleSortedMapcopy in class Short2DoubleMaps.UnmodifyableMap