public static class Double2LongMaps.SynchronizedNavigableMap extends Double2LongMaps.SynchronizedSortedMap implements Double2LongNavigableMap
AbstractDouble2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2LongSortedMap.FastSortedSetDouble2LongMap.BuilderCache, Double2LongMap.Entry, Double2LongMap.FastEntrySet, Double2LongMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Double2LongMap.Entry |
ceilingEntry(double key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Double2LongMap.Entry |
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.
|
Double2LongNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
DoubleNavigableSet |
descendingKeySet() |
Double2LongNavigableMap |
descendingMap() |
Double2LongMap.Entry |
firstEntry() |
Double2LongMap.Entry |
floorEntry(double key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Double2LongMap.Entry |
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.
|
Double2LongNavigableMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2LongNavigableMap |
headMap(java.lang.Double toKey)
Deprecated.
|
Double2LongNavigableMap |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2LongNavigableMap |
headMap(java.lang.Double toKey,
boolean inclusive)
Deprecated.
|
Double2LongMap.Entry |
higherEntry(double key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Double2LongMap.Entry |
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.
|
DoubleNavigableSet |
keySet() |
Double2LongMap.Entry |
lastEntry() |
Double2LongMap.Entry |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Double2LongMap.Entry |
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() |
Double2LongMap.Entry |
pollFirstEntry() |
Double2LongMap.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.
|
Double2LongNavigableMap |
subMap(double fromKey,
boolean fromInclusive,
double toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2LongNavigableMap |
subMap(java.lang.Double fromKey,
boolean fromInclusive,
java.lang.Double toKey,
boolean toInclusive)
Deprecated.
|
Double2LongNavigableMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2LongNavigableMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2LongNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2LongNavigableMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
Double2LongNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2LongNavigableMap |
tailMap(java.lang.Double fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstDoubleKey, firstKey, firstLongValue, lastDoubleKey, lastKey, lastLongValue, pollFirstDoubleKey, pollLastDoubleKeyaddTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, double2LongEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, size, subFrom, supplyLongIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstDoubleKey, firstKey, firstLongValue, lastDoubleKey, lastKey, lastLongValue, pollFirstDoubleKey, pollLastDoubleKey, valuesaddTo, addToAll, builder, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, double2LongEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValue, subFrom, supplyLongIfAbsentapplyAsLongpublic Double2LongNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>descendingMap in interface Double2LongNavigableMappublic DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>navigableKeySet in interface Double2LongNavigableMappublic DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>descendingKeySet in interface Double2LongNavigableMappublic DoubleNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Long>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Long>keySet in interface Double2LongMapkeySet in interface Double2LongNavigableMapkeySet in interface Double2LongSortedMapkeySet in class Double2LongMaps.SynchronizedSortedMappublic Double2LongMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>firstEntry in interface Double2LongNavigableMappublic Double2LongMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>lastEntry in interface Double2LongNavigableMappublic Double2LongMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>pollFirstEntry in interface Double2LongNavigableMappublic Double2LongMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>pollLastEntry in interface Double2LongNavigableMappublic Double2LongNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
Double2LongNavigableMapsubMap in interface Double2LongNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Double2LongNavigableMap headMap(double toKey, boolean inclusive)
Double2LongNavigableMapheadMap in interface Double2LongNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Double2LongNavigableMap tailMap(double fromKey, boolean inclusive)
Double2LongNavigableMaptailMap in interface Double2LongNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Double2LongNavigableMap subMap(double fromKey, double toKey)
Double2LongSortedMapsubMap in interface Double2LongNavigableMapsubMap in interface Double2LongSortedMapsubMap in class Double2LongMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2LongNavigableMap headMap(double toKey)
Double2LongSortedMapheadMap in interface Double2LongNavigableMapheadMap in interface Double2LongSortedMapheadMap in class Double2LongMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Double2LongNavigableMap tailMap(double fromKey)
Double2LongSortedMaptailMap in interface Double2LongNavigableMaptailMap in interface Double2LongSortedMaptailMap in class Double2LongMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic double lowerKey(double key)
Double2LongNavigableMaplowerKey in interface Double2LongNavigableMapkey - that should be compared with.public double higherKey(double key)
Double2LongNavigableMaphigherKey in interface Double2LongNavigableMapkey - that should be compared with.public double floorKey(double key)
Double2LongNavigableMapfloorKey in interface Double2LongNavigableMapkey - that should be compared with.public double ceilingKey(double key)
Double2LongNavigableMapceilingKey in interface Double2LongNavigableMapkey - that should be compared with.public Double2LongMap.Entry lowerEntry(double key)
Double2LongNavigableMaplowerEntry in interface Double2LongNavigableMapkey - that should be compared with.public Double2LongMap.Entry higherEntry(double key)
Double2LongNavigableMaphigherEntry in interface Double2LongNavigableMapkey - that should be compared with.public Double2LongMap.Entry floorEntry(double key)
Double2LongNavigableMapfloorEntry in interface Double2LongNavigableMapkey - that should be compared with.public Double2LongMap.Entry ceilingEntry(double key)
Double2LongNavigableMapceilingEntry in interface Double2LongNavigableMapkey - that should be compared with.public Double2LongNavigableMap copy()
Double2LongMapcopy in interface Double2LongMapcopy in interface Double2LongNavigableMapcopy in interface Double2LongSortedMapcopy in class Double2LongMaps.SynchronizedSortedMap@Deprecated public Double2LongNavigableMap subMap(java.lang.Double fromKey, boolean fromInclusive, java.lang.Double toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>subMap in interface Double2LongNavigableMap@Deprecated public Double2LongNavigableMap headMap(java.lang.Double toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>headMap in interface Double2LongNavigableMap@Deprecated public Double2LongNavigableMap tailMap(java.lang.Double fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>tailMap in interface Double2LongNavigableMap@Deprecated public Double2LongNavigableMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Long>subMap in interface Double2LongNavigableMapsubMap in interface Double2LongSortedMapsubMap in class Double2LongMaps.SynchronizedSortedMap@Deprecated public Double2LongNavigableMap headMap(java.lang.Double toKey)
headMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Long>headMap in interface Double2LongNavigableMapheadMap in interface Double2LongSortedMapheadMap in class Double2LongMaps.SynchronizedSortedMap@Deprecated public Double2LongNavigableMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Long>tailMap in interface Double2LongNavigableMaptailMap in interface Double2LongSortedMaptailMap in class Double2LongMaps.SynchronizedSortedMappublic void setDefaultMaxValue(double e)
Double2LongNavigableMapsetDefaultMaxValue in interface Double2LongNavigableMape - the new max valuepublic double getDefaultMaxValue()
Double2LongNavigableMapgetDefaultMaxValue in interface Double2LongNavigableMappublic void setDefaultMinValue(double e)
Double2LongNavigableMapsetDefaultMinValue in interface Double2LongNavigableMape - the new min valuepublic double getDefaultMinValue()
Double2LongNavigableMapgetDefaultMinValue in interface Double2LongNavigableMap@Deprecated public java.lang.Double lowerKey(java.lang.Double key)
lowerKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>lowerKey in interface Double2LongNavigableMap@Deprecated public java.lang.Double floorKey(java.lang.Double key)
floorKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>floorKey in interface Double2LongNavigableMap@Deprecated public java.lang.Double ceilingKey(java.lang.Double key)
ceilingKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>ceilingKey in interface Double2LongNavigableMap@Deprecated public java.lang.Double higherKey(java.lang.Double key)
higherKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>higherKey in interface Double2LongNavigableMap@Deprecated public Double2LongMap.Entry lowerEntry(java.lang.Double key)
lowerEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>lowerEntry in interface Double2LongNavigableMap@Deprecated public Double2LongMap.Entry floorEntry(java.lang.Double key)
floorEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>floorEntry in interface Double2LongNavigableMap@Deprecated public Double2LongMap.Entry ceilingEntry(java.lang.Double key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>ceilingEntry in interface Double2LongNavigableMap@Deprecated public Double2LongMap.Entry higherEntry(java.lang.Double key)
higherEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Long>higherEntry in interface Double2LongNavigableMap