V - the type of elements maintained by this Collectionpublic static class Double2ObjectMaps.SynchronizedNavigableMap<V> extends Double2ObjectMaps.SynchronizedSortedMap<V> implements Double2ObjectNavigableMap<V>
AbstractDouble2ObjectMap.BasicEntry<V>java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2ObjectSortedMap.FastSortedSet<V>Double2ObjectMap.Entry<V>, Double2ObjectMap.FastEntrySet<V>| Modifier and Type | Method and Description |
|---|---|
Double2ObjectMap.Entry<V> |
ceilingEntry(double key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Double2ObjectMap.Entry<V> |
ceilingEntry(java.lang.Double key)
Deprecated.
|
double |
ceilingKey(double key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Double |
ceilingKey(java.lang.Double key)
Deprecated.
|
DoubleNavigableSet |
descendingKeySet() |
Double2ObjectNavigableMap<V> |
descendingMap() |
Double2ObjectMap.Entry<V> |
firstEntry() |
Double2ObjectMap.Entry<V> |
floorEntry(double key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Double2ObjectMap.Entry<V> |
floorEntry(java.lang.Double key)
Deprecated.
|
double |
floorKey(double key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Double |
floorKey(java.lang.Double key)
Deprecated.
|
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(java.lang.Double toKey)
Deprecated.
|
Double2ObjectNavigableMap<V> |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ObjectNavigableMap<V> |
headMap(java.lang.Double toKey,
boolean inclusive)
Deprecated.
|
Double2ObjectMap.Entry<V> |
higherEntry(double key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Double2ObjectMap.Entry<V> |
higherEntry(java.lang.Double key)
Deprecated.
|
double |
higherKey(double key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Double |
higherKey(java.lang.Double key)
Deprecated.
|
Double2ObjectMap.Entry<V> |
lastEntry() |
Double2ObjectMap.Entry<V> |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Double2ObjectMap.Entry<V> |
lowerEntry(java.lang.Double key)
Deprecated.
|
double |
lowerKey(double key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Double |
lowerKey(java.lang.Double key)
Deprecated.
|
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(java.lang.Double fromKey,
boolean fromInclusive,
java.lang.Double toKey,
boolean toInclusive)
Deprecated.
|
Double2ObjectNavigableMap<V> |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ObjectNavigableMap<V> |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2ObjectNavigableMap<V> |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2ObjectNavigableMap<V> |
tailMap(java.lang.Double fromKey)
Deprecated.
|
Double2ObjectNavigableMap<V> |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2ObjectNavigableMap<V> |
tailMap(java.lang.Double fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstDoubleKey, firstKey, firstValue, getAndMoveToFirst, getAndMoveToLast, lastDoubleKey, lastKey, lastValue, moveToFirst, moveToLast, pollFirstDoubleKey, pollLastDoubleKey, putAndMoveToFirst, putAndMoveToLastclear, compute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, containsValue, double2ObjectEntrySet, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, keySet, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValue, size, valuesentrySet, equals, hashCodecomparator, firstDoubleKey, firstKey, firstValue, getAndMoveToFirst, getAndMoveToLast, keySet, lastDoubleKey, lastKey, lastValue, moveToFirst, moveToLast, pollFirstDoubleKey, pollLastDoubleKey, putAndMoveToFirst, putAndMoveToLast, valuescompute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, containsKey, containsKey, double2ObjectEntrySet, entrySet, forEach, forEach, get, getDefaultReturnValue, getObject, getOrDefault, getOrDefault, merge, merge, mergeAll, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceObjects, replaceObjects, setDefaultReturnValueapplypublic 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 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.SynchronizedSortedMap<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.SynchronizedSortedMap<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.SynchronizedSortedMap<V>fromKey - where the TailMap should startpublic 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.@Deprecated public Double2ObjectNavigableMap<V> subMap(java.lang.Double fromKey, boolean fromInclusive, java.lang.Double toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Double,V>subMap in interface Double2ObjectNavigableMap<V>@Deprecated public Double2ObjectNavigableMap<V> headMap(java.lang.Double toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Double,V>headMap in interface Double2ObjectNavigableMap<V>@Deprecated public Double2ObjectNavigableMap<V> tailMap(java.lang.Double fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Double,V>tailMap in interface Double2ObjectNavigableMap<V>@Deprecated public Double2ObjectNavigableMap<V> subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.NavigableMap<java.lang.Double,V>subMap in interface java.util.SortedMap<java.lang.Double,V>subMap in interface Double2ObjectNavigableMap<V>subMap in interface Double2ObjectSortedMap<V>subMap in class Double2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Double2ObjectNavigableMap<V> headMap(java.lang.Double toKey)
headMap in interface java.util.NavigableMap<java.lang.Double,V>headMap in interface java.util.SortedMap<java.lang.Double,V>headMap in interface Double2ObjectNavigableMap<V>headMap in interface Double2ObjectSortedMap<V>headMap in class Double2ObjectMaps.SynchronizedSortedMap<V>@Deprecated public Double2ObjectNavigableMap<V> tailMap(java.lang.Double fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Double,V>tailMap in interface java.util.SortedMap<java.lang.Double,V>tailMap in interface Double2ObjectNavigableMap<V>tailMap in interface Double2ObjectSortedMap<V>tailMap in class Double2ObjectMaps.SynchronizedSortedMap<V>public 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>@Deprecated public java.lang.Double lowerKey(java.lang.Double key)
lowerKey in interface java.util.NavigableMap<java.lang.Double,V>lowerKey in interface Double2ObjectNavigableMap<V>@Deprecated public java.lang.Double floorKey(java.lang.Double key)
floorKey in interface java.util.NavigableMap<java.lang.Double,V>floorKey in interface Double2ObjectNavigableMap<V>@Deprecated public java.lang.Double ceilingKey(java.lang.Double key)
ceilingKey in interface java.util.NavigableMap<java.lang.Double,V>ceilingKey in interface Double2ObjectNavigableMap<V>@Deprecated public java.lang.Double higherKey(java.lang.Double key)
higherKey in interface java.util.NavigableMap<java.lang.Double,V>higherKey in interface Double2ObjectNavigableMap<V>@Deprecated public Double2ObjectMap.Entry<V> lowerEntry(java.lang.Double key)
lowerEntry in interface java.util.NavigableMap<java.lang.Double,V>lowerEntry in interface Double2ObjectNavigableMap<V>@Deprecated public Double2ObjectMap.Entry<V> floorEntry(java.lang.Double key)
floorEntry in interface java.util.NavigableMap<java.lang.Double,V>floorEntry in interface Double2ObjectNavigableMap<V>@Deprecated public Double2ObjectMap.Entry<V> ceilingEntry(java.lang.Double key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Double,V>ceilingEntry in interface Double2ObjectNavigableMap<V>@Deprecated public Double2ObjectMap.Entry<V> higherEntry(java.lang.Double key)
higherEntry in interface java.util.NavigableMap<java.lang.Double,V>higherEntry in interface Double2ObjectNavigableMap<V>