V - the type of elements maintained by this Collectionpublic static class Double2ObjectMaps.UnmodifyableNavigableMap<V> extends Double2ObjectMaps.UnmodifyableSortedMap<V> implements Double2ObjectNavigableMap<V>
AbstractDouble2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2ObjectSortedMap.FastSortedSet<V>Double2ObjectMap.BuilderCache<V>, Double2ObjectMap.Entry<V>, Double2ObjectMap.FastEntrySet<V>, Double2ObjectMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Double2ObjectMap.Entry<V> |
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.
|
Double2ObjectNavigableMap<V> |
copy()
A Function that does a shallow clone of the Map itself.
|
DoubleNavigableSet |
descendingKeySet() |
Double2ObjectNavigableMap<V> |
descendingMap() |
Double2ObjectMap.Entry<V> |
firstEntry() |
Double2ObjectMap.Entry<V> |
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.
|
Double2ObjectNavigableMap<V> |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ObjectNavigableMap<V> |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ObjectMap.Entry<V> |
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() |
Double2ObjectMap.Entry<V> |
lastEntry() |
Double2ObjectMap.Entry<V> |
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() |
Double2ObjectMap.Entry<V> |
pollFirstEntry() |
Double2ObjectMap.Entry<V> |
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.
|
Double2ObjectNavigableMap<V> |
subMap(double fromKey,
boolean fromInclusive,
double toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ObjectNavigableMap<V> |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ObjectNavigableMap<V> |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2ObjectNavigableMap<V> |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstDoubleKey, firstValue, lastDoubleKey, lastValue, pollFirstDoubleKey, pollLastDoubleKeyclear, compute, computeIfAbsent, computeIfPresent, double2ObjectEntrySet, get, getOrDefault, merge, mergeAll, put, putIfAbsent, remove, remove, removeOrDefault, replaceObjects, replaceObjects, supplyIfAbsent, valuescontainsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValueceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, unmodifiablecomparator, firstDoubleKey, firstKey, firstValue, lastDoubleKey, lastKey, lastValue, pollFirstDoubleKey, pollLastDoubleKey, valuesbuilder, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, double2ObjectEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, supplyIfAbsentapplypublic Double2ObjectNavigableMap<V> descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,V>descendingMap in interface Double2ObjectNavigableMap<V>public DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,V>navigableKeySet in interface Double2ObjectNavigableMap<V>public DoubleNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Double,V>keySet in interface java.util.SortedMap<java.lang.Double,V>keySet in interface Double2ObjectMap<V>keySet in interface Double2ObjectNavigableMap<V>keySet in interface Double2ObjectSortedMap<V>keySet in class Double2ObjectMaps.UnmodifyableSortedMap<V>public DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,V>descendingKeySet in interface Double2ObjectNavigableMap<V>public Double2ObjectMap.Entry<V> firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,V>firstEntry in interface Double2ObjectNavigableMap<V>public Double2ObjectMap.Entry<V> lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,V>lastEntry in interface Double2ObjectNavigableMap<V>public Double2ObjectMap.Entry<V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,V>pollFirstEntry in interface Double2ObjectNavigableMap<V>public Double2ObjectMap.Entry<V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,V>pollLastEntry in interface Double2ObjectNavigableMap<V>public Double2ObjectNavigableMap<V> subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
Double2ObjectNavigableMapsubMap in interface Double2ObjectNavigableMap<V>fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Double2ObjectNavigableMap<V> headMap(double toKey, boolean inclusive)
Double2ObjectNavigableMapheadMap in interface Double2ObjectNavigableMap<V>toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Double2ObjectNavigableMap<V> tailMap(double fromKey, boolean inclusive)
Double2ObjectNavigableMaptailMap in interface Double2ObjectNavigableMap<V>fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Double2ObjectNavigableMap<V> subMap(double fromKey, double toKey)
Double2ObjectSortedMapsubMap in interface Double2ObjectNavigableMap<V>subMap in interface Double2ObjectSortedMap<V>subMap in class Double2ObjectMaps.UnmodifyableSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should endpublic Double2ObjectNavigableMap<V> headMap(double toKey)
Double2ObjectSortedMapheadMap in interface Double2ObjectNavigableMap<V>headMap in interface Double2ObjectSortedMap<V>headMap in class Double2ObjectMaps.UnmodifyableSortedMap<V>toKey - where the headMap should endpublic Double2ObjectNavigableMap<V> tailMap(double fromKey)
Double2ObjectSortedMaptailMap in interface Double2ObjectNavigableMap<V>tailMap in interface Double2ObjectSortedMap<V>tailMap in class Double2ObjectMaps.UnmodifyableSortedMap<V>fromKey - where the TailMap should startpublic void setDefaultMaxValue(double e)
Double2ObjectNavigableMapsetDefaultMaxValue in interface Double2ObjectNavigableMap<V>e - the new max valuepublic double getDefaultMaxValue()
Double2ObjectNavigableMapgetDefaultMaxValue in interface Double2ObjectNavigableMap<V>public void setDefaultMinValue(double e)
Double2ObjectNavigableMapsetDefaultMinValue in interface Double2ObjectNavigableMap<V>e - the new min valuepublic double getDefaultMinValue()
Double2ObjectNavigableMapgetDefaultMinValue in interface Double2ObjectNavigableMap<V>public double lowerKey(double key)
Double2ObjectNavigableMaplowerKey in interface Double2ObjectNavigableMap<V>key - that should be compared with.public double higherKey(double key)
Double2ObjectNavigableMaphigherKey in interface Double2ObjectNavigableMap<V>key - that should be compared with.public double floorKey(double key)
Double2ObjectNavigableMapfloorKey in interface Double2ObjectNavigableMap<V>key - that should be compared with.public double ceilingKey(double key)
Double2ObjectNavigableMapceilingKey in interface Double2ObjectNavigableMap<V>key - that should be compared with.public Double2ObjectMap.Entry<V> lowerEntry(double key)
Double2ObjectNavigableMaplowerEntry in interface Double2ObjectNavigableMap<V>key - that should be compared with.public Double2ObjectMap.Entry<V> higherEntry(double key)
Double2ObjectNavigableMaphigherEntry in interface Double2ObjectNavigableMap<V>key - that should be compared with.public Double2ObjectMap.Entry<V> floorEntry(double key)
Double2ObjectNavigableMapfloorEntry in interface Double2ObjectNavigableMap<V>key - that should be compared with.public Double2ObjectMap.Entry<V> ceilingEntry(double key)
Double2ObjectNavigableMapceilingEntry in interface Double2ObjectNavigableMap<V>key - that should be compared with.public Double2ObjectNavigableMap<V> copy()
Double2ObjectMapcopy in interface Double2ObjectMap<V>copy in interface Double2ObjectNavigableMap<V>copy in interface Double2ObjectSortedMap<V>copy in class Double2ObjectMaps.UnmodifyableSortedMap<V>