public static class Short2FloatMaps.SynchronizedNavigableMap extends Short2FloatMaps.SynchronizedSortedMap implements Short2FloatNavigableMap
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 |
|---|---|
Short2FloatMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Short2FloatMap.Entry |
ceilingEntry(java.lang.Short key)
Deprecated.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Short |
ceilingKey(java.lang.Short key)
Deprecated.
|
Short2FloatNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ShortNavigableSet |
descendingKeySet() |
Short2FloatNavigableMap |
descendingMap() |
Short2FloatMap.Entry |
firstEntry() |
Short2FloatMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Short2FloatMap.Entry |
floorEntry(java.lang.Short key)
Deprecated.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Short |
floorKey(java.lang.Short key)
Deprecated.
|
short |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
short |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Short2FloatNavigableMap |
headMap(short toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2FloatNavigableMap |
headMap(java.lang.Short toKey)
Deprecated.
|
Short2FloatNavigableMap |
headMap(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2FloatNavigableMap |
headMap(java.lang.Short toKey,
boolean inclusive)
Deprecated.
|
Short2FloatMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Short2FloatMap.Entry |
higherEntry(java.lang.Short key)
Deprecated.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Short |
higherKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
keySet() |
Short2FloatMap.Entry |
lastEntry() |
Short2FloatMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Short2FloatMap.Entry |
lowerEntry(java.lang.Short key)
Deprecated.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Short |
lowerKey(java.lang.Short key)
Deprecated.
|
ShortNavigableSet |
navigableKeySet() |
Short2FloatMap.Entry |
pollFirstEntry() |
Short2FloatMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(short e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(short e)
A Helper method to set the min value for SubMaps.
|
Short2FloatNavigableMap |
subMap(short fromKey,
boolean fromInclusive,
short toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2FloatNavigableMap |
subMap(java.lang.Short fromKey,
boolean fromInclusive,
java.lang.Short toKey,
boolean toInclusive)
Deprecated.
|
Short2FloatNavigableMap |
subMap(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2FloatNavigableMap |
subMap(java.lang.Short fromKey,
java.lang.Short toKey)
Deprecated.
|
Short2FloatNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2FloatNavigableMap |
tailMap(java.lang.Short fromKey)
Deprecated.
|
Short2FloatNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2FloatNavigableMap |
tailMap(java.lang.Short fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstFloatValue, firstKey, firstShortKey, lastFloatValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKeyaddTo, 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, unmodifiablecomparator, firstFloatValue, firstKey, firstShortKey, lastFloatValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKey, 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 Short2FloatNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>descendingMap in interface Short2FloatNavigableMappublic ShortNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>navigableKeySet in interface Short2FloatNavigableMappublic ShortNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>descendingKeySet in interface Short2FloatNavigableMappublic ShortNavigableSet 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 Short2FloatNavigableMapkeySet in interface Short2FloatSortedMapkeySet in class Short2FloatMaps.SynchronizedSortedMappublic Short2FloatMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>firstEntry in interface Short2FloatNavigableMappublic Short2FloatMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>lastEntry in interface Short2FloatNavigableMappublic Short2FloatMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>pollFirstEntry in interface Short2FloatNavigableMappublic Short2FloatMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>pollLastEntry in interface Short2FloatNavigableMappublic Short2FloatNavigableMap subMap(short fromKey, boolean fromInclusive, short toKey, boolean toInclusive)
Short2FloatNavigableMapsubMap in interface Short2FloatNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Short2FloatNavigableMap headMap(short toKey, boolean inclusive)
Short2FloatNavigableMapheadMap in interface Short2FloatNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Short2FloatNavigableMap tailMap(short fromKey, boolean inclusive)
Short2FloatNavigableMaptailMap in interface Short2FloatNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Short2FloatNavigableMap subMap(short fromKey, short toKey)
Short2FloatSortedMapsubMap in interface Short2FloatNavigableMapsubMap in interface Short2FloatSortedMapsubMap in class Short2FloatMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2FloatNavigableMap headMap(short toKey)
Short2FloatSortedMapheadMap in interface Short2FloatNavigableMapheadMap in interface Short2FloatSortedMapheadMap in class Short2FloatMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Short2FloatNavigableMap tailMap(short fromKey)
Short2FloatSortedMaptailMap in interface Short2FloatNavigableMaptailMap in interface Short2FloatSortedMaptailMap in class Short2FloatMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic short lowerKey(short key)
Short2FloatNavigableMaplowerKey in interface Short2FloatNavigableMapkey - that should be compared with.public short higherKey(short key)
Short2FloatNavigableMaphigherKey in interface Short2FloatNavigableMapkey - that should be compared with.public short floorKey(short key)
Short2FloatNavigableMapfloorKey in interface Short2FloatNavigableMapkey - that should be compared with.public short ceilingKey(short key)
Short2FloatNavigableMapceilingKey in interface Short2FloatNavigableMapkey - that should be compared with.public Short2FloatMap.Entry lowerEntry(short key)
Short2FloatNavigableMaplowerEntry in interface Short2FloatNavigableMapkey - that should be compared with.public Short2FloatMap.Entry higherEntry(short key)
Short2FloatNavigableMaphigherEntry in interface Short2FloatNavigableMapkey - that should be compared with.public Short2FloatMap.Entry floorEntry(short key)
Short2FloatNavigableMapfloorEntry in interface Short2FloatNavigableMapkey - that should be compared with.public Short2FloatMap.Entry ceilingEntry(short key)
Short2FloatNavigableMapceilingEntry in interface Short2FloatNavigableMapkey - that should be compared with.public Short2FloatNavigableMap copy()
Short2FloatMapcopy in interface Short2FloatMapcopy in interface Short2FloatNavigableMapcopy in interface Short2FloatSortedMapcopy in class Short2FloatMaps.SynchronizedSortedMap@Deprecated public Short2FloatNavigableMap subMap(java.lang.Short fromKey, boolean fromInclusive, java.lang.Short toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>subMap in interface Short2FloatNavigableMap@Deprecated public Short2FloatNavigableMap headMap(java.lang.Short toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>headMap in interface Short2FloatNavigableMap@Deprecated public Short2FloatNavigableMap tailMap(java.lang.Short fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>tailMap in interface Short2FloatNavigableMap@Deprecated public Short2FloatNavigableMap subMap(java.lang.Short fromKey, java.lang.Short toKey)
subMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>subMap in interface java.util.SortedMap<java.lang.Short,java.lang.Float>subMap in interface Short2FloatNavigableMapsubMap in interface Short2FloatSortedMapsubMap in class Short2FloatMaps.SynchronizedSortedMap@Deprecated public Short2FloatNavigableMap headMap(java.lang.Short toKey)
headMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>headMap in interface java.util.SortedMap<java.lang.Short,java.lang.Float>headMap in interface Short2FloatNavigableMapheadMap in interface Short2FloatSortedMapheadMap in class Short2FloatMaps.SynchronizedSortedMap@Deprecated public Short2FloatNavigableMap tailMap(java.lang.Short fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>tailMap in interface java.util.SortedMap<java.lang.Short,java.lang.Float>tailMap in interface Short2FloatNavigableMaptailMap in interface Short2FloatSortedMaptailMap in class Short2FloatMaps.SynchronizedSortedMappublic void setDefaultMaxValue(short e)
Short2FloatNavigableMapsetDefaultMaxValue in interface Short2FloatNavigableMape - the new max valuepublic short getDefaultMaxValue()
Short2FloatNavigableMapgetDefaultMaxValue in interface Short2FloatNavigableMappublic void setDefaultMinValue(short e)
Short2FloatNavigableMapsetDefaultMinValue in interface Short2FloatNavigableMape - the new min valuepublic short getDefaultMinValue()
Short2FloatNavigableMapgetDefaultMinValue in interface Short2FloatNavigableMap@Deprecated public java.lang.Short lowerKey(java.lang.Short key)
lowerKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>lowerKey in interface Short2FloatNavigableMap@Deprecated public java.lang.Short floorKey(java.lang.Short key)
floorKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>floorKey in interface Short2FloatNavigableMap@Deprecated public java.lang.Short ceilingKey(java.lang.Short key)
ceilingKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>ceilingKey in interface Short2FloatNavigableMap@Deprecated public java.lang.Short higherKey(java.lang.Short key)
higherKey in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>higherKey in interface Short2FloatNavigableMap@Deprecated public Short2FloatMap.Entry lowerEntry(java.lang.Short key)
lowerEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>lowerEntry in interface Short2FloatNavigableMap@Deprecated public Short2FloatMap.Entry floorEntry(java.lang.Short key)
floorEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>floorEntry in interface Short2FloatNavigableMap@Deprecated public Short2FloatMap.Entry ceilingEntry(java.lang.Short key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>ceilingEntry in interface Short2FloatNavigableMap@Deprecated public Short2FloatMap.Entry higherEntry(java.lang.Short key)
higherEntry in interface java.util.NavigableMap<java.lang.Short,java.lang.Float>higherEntry in interface Short2FloatNavigableMap