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.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.
|
short |
ceilingKey(short key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
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.
|
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.
|
ShortNavigableSet |
keySet() |
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, lastFloatValue, lastShortKey, pollFirstShortKey, pollLastShortKeyaddTo, 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, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstFloatValue, firstKey, firstShortKey, lastFloatValue, lastKey, lastShortKey, pollFirstShortKey, pollLastShortKey, valuesaddTo, addToAll, applyAsFloat, builder, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, 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 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.UnmodifyableSortedMappublic 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.public Short2FloatNavigableMap copy()
Short2FloatMapcopy in interface Short2FloatMapcopy in interface Short2FloatNavigableMapcopy in interface Short2FloatSortedMapcopy in class Short2FloatMaps.UnmodifyableSortedMap