public static class Short2FloatMaps.SynchronizedSortedMap extends Short2FloatMaps.SynchronizedMap 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.
|
java.lang.Short |
firstKey()
Deprecated.
|
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
|
Short2FloatSortedMap |
headMap(java.lang.Short toKey)
Deprecated.
|
ShortSortedSet |
keySet() |
float |
lastFloatValue()
A method to get the last Value of a Map.
|
java.lang.Short |
lastKey()
Deprecated.
|
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 |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2FloatSortedMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2FloatSortedMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, short2FloatEntrySet, size, subFrom, supplyFloatIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, 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.SynchronizedMappublic 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.SynchronizedMap@Deprecated public java.lang.Short firstKey()
firstKey in interface java.util.SortedMap<java.lang.Short,java.lang.Float>firstKey in interface Short2FloatSortedMap@Deprecated public java.lang.Short lastKey()
lastKey in interface java.util.SortedMap<java.lang.Short,java.lang.Float>lastKey in interface Short2FloatSortedMap@Deprecated public Short2FloatSortedMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Float>subMap in interface Short2FloatSortedMap@Deprecated public Short2FloatSortedMap headMap(java.lang.Short toKey)
headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Float>headMap in interface Short2FloatSortedMap@Deprecated public Short2FloatSortedMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Float>tailMap in interface Short2FloatSortedMap