public static class Short2FloatMaps.UnmodifyableNavigableMap extends Short2FloatMaps.UnmodifyableSortedMap implements Short2FloatNavigableMap
AbstractShort2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Short2FloatSortedMap.FastSortedSetShort2FloatMap.Entry, Short2FloatMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Short2FloatMap.Entry |
ceilingEntry(short key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
ShortNavigableSet |
descendingKeySet() |
Short2FloatNavigableMap |
descendingMap() |
Short2FloatMap.Entry |
firstEntry() |
Short2FloatMap.Entry |
floorEntry(short key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
short |
floorKey(short key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
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(short toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Short2FloatMap.Entry |
higherEntry(short key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
short |
higherKey(short key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
Short2FloatMap.Entry |
lastEntry() |
Short2FloatMap.Entry |
lowerEntry(short key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
short |
lowerKey(short key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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(short fromKey,
short toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Short2FloatNavigableMap |
tailMap(short fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Short2FloatNavigableMap |
tailMap(short fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstFloatValue, firstShortKey, getAndMoveToFirst, getAndMoveToLast, lastFloatValue, lastShortKey, moveToFirst, moveToLast, pollFirstShortKey, pollLastShortKey, putAndMoveToFirst, putAndMoveToLastaddTo, getFloat, getOrDefault, keySet, put, putIfAbsent, remove, remShort, remShortOrDefault, short2FloatEntrySet, valuesaddToAll, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllFloat, mergeFloat, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceFloats, replaceFloats, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstFloatValue, firstKey, firstShortKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastFloatValue, lastKey, lastShortKey, moveToFirst, moveToLast, pollFirstShortKey, pollLastShortKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getFloat, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remShort, remShortOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, short2FloatEntrySetpublic 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 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.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Short2FloatNavigableMap headMap(short toKey)
Short2FloatSortedMapheadMap in interface Short2FloatNavigableMapheadMap in interface Short2FloatSortedMapheadMap in class Short2FloatMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Short2FloatNavigableMap tailMap(short fromKey)
Short2FloatSortedMaptailMap in interface Short2FloatNavigableMaptailMap in interface Short2FloatSortedMaptailMap in class Short2FloatMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic 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 Short2FloatNavigableMappublic 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.