public static class Short2FloatMaps.UnmodifyableSortedMap extends Short2FloatMaps.UnmodifyableMap implements Short2FloatSortedMap
AbstractShort2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2FloatSortedMap.FastSortedSetShort2FloatMap.BuilderCache, Short2FloatMap.Entry, Short2FloatMap.FastEntrySet, Short2FloatMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ShortComparator |
comparator() |
Short2FloatSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
short |
firstShortKey()
A method to get the first Key of a Map.
|
Short2FloatSortedMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
ShortSortedSet |
keySet() |
float |
lastFloatValue()
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.
|
Short2FloatSortedMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2FloatSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, clear, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, get, getOrDefault, mergeAllFloat, mergeFloat, put, putIfAbsent, remove, remove, removeOrDefault, replaceFloats, replaceFloats, short2FloatEntrySet, subFrom, supplyFloatIfAbsent, 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, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, short2FloatEntrySet, subFrom, supplyFloatIfAbsentpublic ShortComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Short,java.lang.Float>comparator in interface Short2FloatSortedMappublic Short2FloatSortedMap subMap(short fromKey, short toKey)
Short2FloatSortedMapsubMap in interface Short2FloatSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2FloatSortedMap headMap(short toKey)
Short2FloatSortedMapheadMap in interface Short2FloatSortedMaptoKey - where the headMap should endpublic Short2FloatSortedMap tailMap(short fromKey)
Short2FloatSortedMaptailMap in interface Short2FloatSortedMapfromKey - where the TailMap should startpublic ShortSortedSet keySet()
keySet in interface java.util.Map<java.lang.Short,java.lang.Float>keySet in interface java.util.SortedMap<java.lang.Short,java.lang.Float>keySet in interface Short2FloatMapkeySet in interface Short2FloatSortedMapkeySet in class Short2FloatMaps.UnmodifyableMappublic short firstShortKey()
Short2FloatSortedMapfirstShortKey in interface Short2FloatSortedMappublic short pollFirstShortKey()
Short2FloatSortedMappollFirstShortKey in interface Short2FloatSortedMappublic short lastShortKey()
Short2FloatSortedMaplastShortKey in interface Short2FloatSortedMappublic short pollLastShortKey()
Short2FloatSortedMappollLastShortKey in interface Short2FloatSortedMappublic float firstFloatValue()
Short2FloatSortedMapfirstFloatValue in interface Short2FloatSortedMappublic float lastFloatValue()
Short2FloatSortedMaplastFloatValue in interface Short2FloatSortedMappublic Short2FloatSortedMap copy()
Short2FloatMapcopy in interface Short2FloatMapcopy in interface Short2FloatSortedMapcopy in class Short2FloatMaps.UnmodifyableMap