V - the type of elements maintained by this Collectionpublic interface Double2ObjectNavigableMap<V> extends Double2ObjectSortedMap<V>, java.util.NavigableMap<java.lang.Double,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.
|
default Double2ObjectMap.Entry<V> |
ceilingEntry(java.lang.Double key)
Deprecated.
|
double |
ceilingKey(double key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default java.lang.Double |
ceilingKey(java.lang.Double key)
Deprecated.
|
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.
|
default Double2ObjectMap.Entry<V> |
floorEntry(java.lang.Double key)
Deprecated.
|
double |
floorKey(double key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default 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.
|
default Double2ObjectNavigableMap<V> |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Double2ObjectNavigableMap<V> |
headMap(java.lang.Double toKey)
Deprecated.
|
Double2ObjectNavigableMap<V> |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default 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.
|
default Double2ObjectMap.Entry<V> |
higherEntry(java.lang.Double key)
Deprecated.
|
double |
higherKey(double key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default java.lang.Double |
higherKey(java.lang.Double key)
Deprecated.
|
DoubleNavigableSet |
keySet() |
Double2ObjectMap.Entry<V> |
lastEntry() |
Double2ObjectMap.Entry<V> |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Double2ObjectMap.Entry<V> |
lowerEntry(java.lang.Double key)
Deprecated.
|
double |
lowerKey(double key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default 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
|
default Double2ObjectNavigableMap<V> |
subMap(java.lang.Double fromKey,
boolean fromInclusive,
java.lang.Double toKey,
boolean toInclusive)
Deprecated.
|
default Double2ObjectNavigableMap<V> |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Double2ObjectNavigableMap<V> |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
default Double2ObjectNavigableMap<V> |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Double2ObjectNavigableMap<V> |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default Double2ObjectNavigableMap<V> |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Double2ObjectNavigableMap<V> |
tailMap(java.lang.Double fromKey)
Deprecated.
|
Double2ObjectNavigableMap<V> |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Double2ObjectNavigableMap<V> |
tailMap(java.lang.Double fromKey,
boolean inclusive)
Deprecated.
|
default Double2ObjectNavigableMap<V> |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, 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, supplyIfAbsentapplyDouble2ObjectNavigableMap<V> copy()
Double2ObjectMapcopy in interface Double2ObjectMap<V>copy in interface Double2ObjectSortedMap<V>Double2ObjectNavigableMap<V> descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,V>DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,V>DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,V>Double2ObjectMap.Entry<V> firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,V>Double2ObjectMap.Entry<V> lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,V>Double2ObjectMap.Entry<V> pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,V>Double2ObjectMap.Entry<V> pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,V>DoubleNavigableSet keySet()
keySet in interface Double2ObjectMap<V>keySet in interface Double2ObjectSortedMap<V>keySet in interface java.util.Map<java.lang.Double,V>keySet in interface java.util.SortedMap<java.lang.Double,V>default Double2ObjectNavigableMap<V> synchronize()
synchronize in interface Double2ObjectMap<V>synchronize in interface Double2ObjectSortedMap<V>Double2ObjectMaps.synchronize(speiger.src.collections.doubles.maps.interfaces.Double2ObjectMap<V>)default Double2ObjectNavigableMap<V> synchronize(java.lang.Object mutex)
synchronize in interface Double2ObjectMap<V>synchronize in interface Double2ObjectSortedMap<V>mutex - is the controller of the synchronization blockDouble2ObjectMaps.synchronize(speiger.src.collections.doubles.maps.interfaces.Double2ObjectMap<V>)default Double2ObjectNavigableMap<V> unmodifiable()
unmodifiable in interface Double2ObjectMap<V>unmodifiable in interface Double2ObjectSortedMap<V>Double2ObjectMaps.unmodifiable(speiger.src.collections.doubles.maps.interfaces.Double2ObjectMap<V>)Double2ObjectNavigableMap<V> subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notDouble2ObjectNavigableMap<V> headMap(double toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notDouble2ObjectNavigableMap<V> tailMap(double fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Double2ObjectNavigableMap<V> subMap(double fromKey, double toKey)
Double2ObjectSortedMapsubMap in interface Double2ObjectSortedMap<V>fromKey - where the submap should starttoKey - where the subMap should enddefault Double2ObjectNavigableMap<V> headMap(double toKey)
Double2ObjectSortedMapheadMap in interface Double2ObjectSortedMap<V>toKey - where the headMap should enddefault Double2ObjectNavigableMap<V> tailMap(double fromKey)
Double2ObjectSortedMaptailMap in interface Double2ObjectSortedMap<V>fromKey - where the TailMap should startvoid setDefaultMaxValue(double e)
e - the new max valuedouble getDefaultMaxValue()
void setDefaultMinValue(double e)
e - the new min valuedouble getDefaultMinValue()
double lowerKey(double key)
key - that should be compared with.double higherKey(double key)
key - that should be compared with.double floorKey(double key)
key - that should be compared with.double ceilingKey(double key)
key - that should be compared with.Double2ObjectMap.Entry<V> lowerEntry(double key)
key - that should be compared with.Double2ObjectMap.Entry<V> higherEntry(double key)
key - that should be compared with.Double2ObjectMap.Entry<V> floorEntry(double key)
key - that should be compared with.Double2ObjectMap.Entry<V> ceilingEntry(double key)
key - that should be compared with.@Deprecated default java.lang.Double lowerKey(java.lang.Double key)
lowerKey in interface java.util.NavigableMap<java.lang.Double,V>@Deprecated default java.lang.Double floorKey(java.lang.Double key)
floorKey in interface java.util.NavigableMap<java.lang.Double,V>@Deprecated default java.lang.Double ceilingKey(java.lang.Double key)
ceilingKey in interface java.util.NavigableMap<java.lang.Double,V>@Deprecated default java.lang.Double higherKey(java.lang.Double key)
higherKey in interface java.util.NavigableMap<java.lang.Double,V>@Deprecated default Double2ObjectMap.Entry<V> lowerEntry(java.lang.Double key)
lowerEntry in interface java.util.NavigableMap<java.lang.Double,V>@Deprecated default Double2ObjectMap.Entry<V> floorEntry(java.lang.Double key)
floorEntry in interface java.util.NavigableMap<java.lang.Double,V>@Deprecated default Double2ObjectMap.Entry<V> ceilingEntry(java.lang.Double key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Double,V>@Deprecated default Double2ObjectMap.Entry<V> higherEntry(java.lang.Double key)
higherEntry in interface java.util.NavigableMap<java.lang.Double,V>@Deprecated default 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>@Deprecated default Double2ObjectNavigableMap<V> headMap(java.lang.Double toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Double,V>@Deprecated default Double2ObjectNavigableMap<V> tailMap(java.lang.Double fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Double,V>@Deprecated default Double2ObjectNavigableMap<V> subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface Double2ObjectSortedMap<V>subMap in interface java.util.NavigableMap<java.lang.Double,V>subMap in interface java.util.SortedMap<java.lang.Double,V>@Deprecated default Double2ObjectNavigableMap<V> headMap(java.lang.Double toKey)
headMap in interface Double2ObjectSortedMap<V>headMap in interface java.util.NavigableMap<java.lang.Double,V>headMap in interface java.util.SortedMap<java.lang.Double,V>@Deprecated default Double2ObjectNavigableMap<V> tailMap(java.lang.Double fromKey)
tailMap in interface Double2ObjectSortedMap<V>tailMap in interface java.util.NavigableMap<java.lang.Double,V>tailMap in interface java.util.SortedMap<java.lang.Double,V>