public static class Double2FloatMaps.UnmodifyableNavigableMap extends Double2FloatMaps.UnmodifyableSortedMap implements Double2FloatNavigableMap
AbstractDouble2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2FloatSortedMap.FastSortedSetDouble2FloatMap.Entry, Double2FloatMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Double2FloatMap.Entry |
ceilingEntry(double key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
double |
ceilingKey(double key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
DoubleNavigableSet |
descendingKeySet() |
Double2FloatNavigableMap |
descendingMap() |
Double2FloatMap.Entry |
firstEntry() |
Double2FloatMap.Entry |
floorEntry(double key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
double |
floorKey(double key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
double |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
double |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Double2FloatNavigableMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2FloatNavigableMap |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2FloatMap.Entry |
higherEntry(double key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
double |
higherKey(double key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
Double2FloatMap.Entry |
lastEntry() |
Double2FloatMap.Entry |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
double |
lowerKey(double key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
DoubleNavigableSet |
navigableKeySet() |
Double2FloatMap.Entry |
pollFirstEntry() |
Double2FloatMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(double e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(double e)
A Helper method to set the min value for SubMaps.
|
Double2FloatNavigableMap |
subMap(double fromKey,
boolean fromInclusive,
double toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2FloatNavigableMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2FloatNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2FloatNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstDoubleKey, firstFloatValue, getAndMoveToFirst, getAndMoveToLast, lastDoubleKey, lastFloatValue, moveToFirst, moveToLast, pollFirstDoubleKey, pollLastDoubleKey, putAndMoveToFirst, putAndMoveToLastaddTo, double2FloatEntrySet, getFloat, getOrDefault, keySet, put, putIfAbsent, remDouble, remDoubleOrDefault, 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, firstDoubleKey, firstFloatValue, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastDoubleKey, lastFloatValue, lastKey, moveToFirst, moveToLast, pollFirstDoubleKey, pollLastDoubleKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2FloatEntrySet, entrySet, forEach, forEach, get, getDefaultReturnValue, getFloat, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValuepublic Double2FloatNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Float>descendingMap in interface Double2FloatNavigableMappublic DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Float>navigableKeySet in interface Double2FloatNavigableMappublic DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Float>descendingKeySet in interface Double2FloatNavigableMappublic Double2FloatMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Float>firstEntry in interface Double2FloatNavigableMappublic Double2FloatMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Float>lastEntry in interface Double2FloatNavigableMappublic Double2FloatMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Float>pollFirstEntry in interface Double2FloatNavigableMappublic Double2FloatMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Float>pollLastEntry in interface Double2FloatNavigableMappublic Double2FloatNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
Double2FloatNavigableMapsubMap in interface Double2FloatNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Double2FloatNavigableMap headMap(double toKey, boolean inclusive)
Double2FloatNavigableMapheadMap in interface Double2FloatNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Double2FloatNavigableMap tailMap(double fromKey, boolean inclusive)
Double2FloatNavigableMaptailMap in interface Double2FloatNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Double2FloatNavigableMap subMap(double fromKey, double toKey)
Double2FloatSortedMapsubMap in interface Double2FloatNavigableMapsubMap in interface Double2FloatSortedMapsubMap in class Double2FloatMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2FloatNavigableMap headMap(double toKey)
Double2FloatSortedMapheadMap in interface Double2FloatNavigableMapheadMap in interface Double2FloatSortedMapheadMap in class Double2FloatMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Double2FloatNavigableMap tailMap(double fromKey)
Double2FloatSortedMaptailMap in interface Double2FloatNavigableMaptailMap in interface Double2FloatSortedMaptailMap in class Double2FloatMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(double e)
Double2FloatNavigableMapsetDefaultMaxValue in interface Double2FloatNavigableMape - the new max valuepublic double getDefaultMaxValue()
Double2FloatNavigableMapgetDefaultMaxValue in interface Double2FloatNavigableMappublic void setDefaultMinValue(double e)
Double2FloatNavigableMapsetDefaultMinValue in interface Double2FloatNavigableMape - the new min valuepublic double getDefaultMinValue()
Double2FloatNavigableMapgetDefaultMinValue in interface Double2FloatNavigableMappublic double lowerKey(double key)
Double2FloatNavigableMaplowerKey in interface Double2FloatNavigableMapkey - that should be compared with.public double higherKey(double key)
Double2FloatNavigableMaphigherKey in interface Double2FloatNavigableMapkey - that should be compared with.public double floorKey(double key)
Double2FloatNavigableMapfloorKey in interface Double2FloatNavigableMapkey - that should be compared with.public double ceilingKey(double key)
Double2FloatNavigableMapceilingKey in interface Double2FloatNavigableMapkey - that should be compared with.public Double2FloatMap.Entry lowerEntry(double key)
Double2FloatNavigableMaplowerEntry in interface Double2FloatNavigableMapkey - that should be compared with.public Double2FloatMap.Entry higherEntry(double key)
Double2FloatNavigableMaphigherEntry in interface Double2FloatNavigableMapkey - that should be compared with.public Double2FloatMap.Entry floorEntry(double key)
Double2FloatNavigableMapfloorEntry in interface Double2FloatNavigableMapkey - that should be compared with.public Double2FloatMap.Entry ceilingEntry(double key)
Double2FloatNavigableMapceilingEntry in interface Double2FloatNavigableMapkey - that should be compared with.