public static class Long2FloatMaps.UnmodifyableNavigableMap extends Long2FloatMaps.UnmodifyableSortedMap implements Long2FloatNavigableMap
AbstractLong2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2FloatSortedMap.FastSortedSetLong2FloatMap.Entry, Long2FloatMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Long2FloatMap.Entry |
ceilingEntry(long key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
long |
ceilingKey(long key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
LongNavigableSet |
descendingKeySet() |
Long2FloatNavigableMap |
descendingMap() |
Long2FloatMap.Entry |
firstEntry() |
Long2FloatMap.Entry |
floorEntry(long key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
long |
floorKey(long key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
long |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
long |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Long2FloatNavigableMap |
headMap(long toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2FloatNavigableMap |
headMap(long toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Long2FloatMap.Entry |
higherEntry(long key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
long |
higherKey(long key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
Long2FloatMap.Entry |
lastEntry() |
Long2FloatMap.Entry |
lowerEntry(long key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
long |
lowerKey(long key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
LongNavigableSet |
navigableKeySet() |
Long2FloatMap.Entry |
pollFirstEntry() |
Long2FloatMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(long e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(long e)
A Helper method to set the min value for SubMaps.
|
Long2FloatNavigableMap |
subMap(long fromKey,
boolean fromInclusive,
long toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2FloatNavigableMap |
subMap(long fromKey,
long toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Long2FloatNavigableMap |
tailMap(long fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Long2FloatNavigableMap |
tailMap(long fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstFloatValue, firstLongKey, getAndMoveToFirst, getAndMoveToLast, lastFloatValue, lastLongKey, moveToFirst, moveToLast, pollFirstLongKey, pollLastLongKey, putAndMoveToFirst, putAndMoveToLastaddTo, getFloat, getOrDefault, keySet, long2FloatEntrySet, put, putIfAbsent, remLong, remLongOrDefault, remove, 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, firstLongKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastFloatValue, lastKey, lastLongKey, moveToFirst, moveToLast, pollFirstLongKey, pollLastLongKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getFloat, getOrDefault, getOrDefault, long2FloatEntrySet, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remLong, remLongOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValuepublic Long2FloatNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Long,java.lang.Float>descendingMap in interface Long2FloatNavigableMappublic LongNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Long,java.lang.Float>navigableKeySet in interface Long2FloatNavigableMappublic LongNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Long,java.lang.Float>descendingKeySet in interface Long2FloatNavigableMappublic Long2FloatMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Float>firstEntry in interface Long2FloatNavigableMappublic Long2FloatMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Float>lastEntry in interface Long2FloatNavigableMappublic Long2FloatMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Float>pollFirstEntry in interface Long2FloatNavigableMappublic Long2FloatMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Long,java.lang.Float>pollLastEntry in interface Long2FloatNavigableMappublic Long2FloatNavigableMap subMap(long fromKey, boolean fromInclusive, long toKey, boolean toInclusive)
Long2FloatNavigableMapsubMap in interface Long2FloatNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Long2FloatNavigableMap headMap(long toKey, boolean inclusive)
Long2FloatNavigableMapheadMap in interface Long2FloatNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Long2FloatNavigableMap tailMap(long fromKey, boolean inclusive)
Long2FloatNavigableMaptailMap in interface Long2FloatNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Long2FloatNavigableMap subMap(long fromKey, long toKey)
Long2FloatSortedMapsubMap in interface Long2FloatNavigableMapsubMap in interface Long2FloatSortedMapsubMap in class Long2FloatMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Long2FloatNavigableMap headMap(long toKey)
Long2FloatSortedMapheadMap in interface Long2FloatNavigableMapheadMap in interface Long2FloatSortedMapheadMap in class Long2FloatMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Long2FloatNavigableMap tailMap(long fromKey)
Long2FloatSortedMaptailMap in interface Long2FloatNavigableMaptailMap in interface Long2FloatSortedMaptailMap in class Long2FloatMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(long e)
Long2FloatNavigableMapsetDefaultMaxValue in interface Long2FloatNavigableMape - the new max valuepublic long getDefaultMaxValue()
Long2FloatNavigableMapgetDefaultMaxValue in interface Long2FloatNavigableMappublic void setDefaultMinValue(long e)
Long2FloatNavigableMapsetDefaultMinValue in interface Long2FloatNavigableMape - the new min valuepublic long getDefaultMinValue()
Long2FloatNavigableMapgetDefaultMinValue in interface Long2FloatNavigableMappublic long lowerKey(long key)
Long2FloatNavigableMaplowerKey in interface Long2FloatNavigableMapkey - that should be compared with.public long higherKey(long key)
Long2FloatNavigableMaphigherKey in interface Long2FloatNavigableMapkey - that should be compared with.public long floorKey(long key)
Long2FloatNavigableMapfloorKey in interface Long2FloatNavigableMapkey - that should be compared with.public long ceilingKey(long key)
Long2FloatNavigableMapceilingKey in interface Long2FloatNavigableMapkey - that should be compared with.public Long2FloatMap.Entry lowerEntry(long key)
Long2FloatNavigableMaplowerEntry in interface Long2FloatNavigableMapkey - that should be compared with.public Long2FloatMap.Entry higherEntry(long key)
Long2FloatNavigableMaphigherEntry in interface Long2FloatNavigableMapkey - that should be compared with.public Long2FloatMap.Entry floorEntry(long key)
Long2FloatNavigableMapfloorEntry in interface Long2FloatNavigableMapkey - that should be compared with.public Long2FloatMap.Entry ceilingEntry(long key)
Long2FloatNavigableMapceilingEntry in interface Long2FloatNavigableMapkey - that should be compared with.