public static class Double2BooleanMaps.UnmodifyableNavigableMap extends Double2BooleanMaps.UnmodifyableSortedMap implements Double2BooleanNavigableMap
AbstractDouble2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2BooleanSortedMap.FastSortedSetDouble2BooleanMap.BuilderCache, Double2BooleanMap.Entry, Double2BooleanMap.FastEntrySet, Double2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Double2BooleanMap.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.
|
Double2BooleanNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
DoubleNavigableSet |
descendingKeySet() |
Double2BooleanNavigableMap |
descendingMap() |
Double2BooleanMap.Entry |
firstEntry() |
Double2BooleanMap.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.
|
Double2BooleanNavigableMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2BooleanNavigableMap |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2BooleanMap.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.
|
DoubleNavigableSet |
keySet() |
Double2BooleanMap.Entry |
lastEntry() |
Double2BooleanMap.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() |
Double2BooleanMap.Entry |
pollFirstEntry() |
Double2BooleanMap.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.
|
Double2BooleanNavigableMap |
subMap(double fromKey,
boolean fromInclusive,
double toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2BooleanNavigableMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2BooleanNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2BooleanNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstBooleanValue, firstDoubleKey, lastBooleanValue, lastDoubleKey, pollFirstDoubleKey, pollLastDoubleKeyclear, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, double2BooleanEntrySet, get, getOrDefault, mergeAllBoolean, mergeBoolean, put, putIfAbsent, remove, remove, removeOrDefault, replaceBooleans, replaceBooleans, supplyBooleanIfAbsent, valuescontainsKey, 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, firstBooleanValue, firstDoubleKey, firstKey, lastBooleanValue, lastDoubleKey, lastKey, pollFirstDoubleKey, pollLastDoubleKey, valuesbuilder, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2BooleanEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, supplyBooleanIfAbsentpublic Double2BooleanNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Boolean>descendingMap in interface Double2BooleanNavigableMappublic DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Boolean>navigableKeySet in interface Double2BooleanNavigableMappublic DoubleNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Boolean>keySet in interface Double2BooleanMapkeySet in interface Double2BooleanNavigableMapkeySet in interface Double2BooleanSortedMapkeySet in class Double2BooleanMaps.UnmodifyableSortedMappublic DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Boolean>descendingKeySet in interface Double2BooleanNavigableMappublic Double2BooleanMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Boolean>firstEntry in interface Double2BooleanNavigableMappublic Double2BooleanMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Boolean>lastEntry in interface Double2BooleanNavigableMappublic Double2BooleanMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Boolean>pollFirstEntry in interface Double2BooleanNavigableMappublic Double2BooleanMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Boolean>pollLastEntry in interface Double2BooleanNavigableMappublic Double2BooleanNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
Double2BooleanNavigableMapsubMap in interface Double2BooleanNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Double2BooleanNavigableMap headMap(double toKey, boolean inclusive)
Double2BooleanNavigableMapheadMap in interface Double2BooleanNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Double2BooleanNavigableMap tailMap(double fromKey, boolean inclusive)
Double2BooleanNavigableMaptailMap in interface Double2BooleanNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Double2BooleanNavigableMap subMap(double fromKey, double toKey)
Double2BooleanSortedMapsubMap in interface Double2BooleanNavigableMapsubMap in interface Double2BooleanSortedMapsubMap in class Double2BooleanMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2BooleanNavigableMap headMap(double toKey)
Double2BooleanSortedMapheadMap in interface Double2BooleanNavigableMapheadMap in interface Double2BooleanSortedMapheadMap in class Double2BooleanMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Double2BooleanNavigableMap tailMap(double fromKey)
Double2BooleanSortedMaptailMap in interface Double2BooleanNavigableMaptailMap in interface Double2BooleanSortedMaptailMap in class Double2BooleanMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(double e)
Double2BooleanNavigableMapsetDefaultMaxValue in interface Double2BooleanNavigableMape - the new max valuepublic double getDefaultMaxValue()
Double2BooleanNavigableMapgetDefaultMaxValue in interface Double2BooleanNavigableMappublic void setDefaultMinValue(double e)
Double2BooleanNavigableMapsetDefaultMinValue in interface Double2BooleanNavigableMape - the new min valuepublic double getDefaultMinValue()
Double2BooleanNavigableMapgetDefaultMinValue in interface Double2BooleanNavigableMappublic double lowerKey(double key)
Double2BooleanNavigableMaplowerKey in interface Double2BooleanNavigableMapkey - that should be compared with.public double higherKey(double key)
Double2BooleanNavigableMaphigherKey in interface Double2BooleanNavigableMapkey - that should be compared with.public double floorKey(double key)
Double2BooleanNavigableMapfloorKey in interface Double2BooleanNavigableMapkey - that should be compared with.public double ceilingKey(double key)
Double2BooleanNavigableMapceilingKey in interface Double2BooleanNavigableMapkey - that should be compared with.public Double2BooleanMap.Entry lowerEntry(double key)
Double2BooleanNavigableMaplowerEntry in interface Double2BooleanNavigableMapkey - that should be compared with.public Double2BooleanMap.Entry higherEntry(double key)
Double2BooleanNavigableMaphigherEntry in interface Double2BooleanNavigableMapkey - that should be compared with.public Double2BooleanMap.Entry floorEntry(double key)
Double2BooleanNavigableMapfloorEntry in interface Double2BooleanNavigableMapkey - that should be compared with.public Double2BooleanMap.Entry ceilingEntry(double key)
Double2BooleanNavigableMapceilingEntry in interface Double2BooleanNavigableMapkey - that should be compared with.public Double2BooleanNavigableMap copy()
Double2BooleanMapcopy in interface Double2BooleanMapcopy in interface Double2BooleanNavigableMapcopy in interface Double2BooleanSortedMapcopy in class Double2BooleanMaps.UnmodifyableSortedMap