public static class Double2ByteMaps.SynchronizedNavigableMap extends Double2ByteMaps.SynchronizedSortedMap implements Double2ByteNavigableMap
AbstractDouble2ByteMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2ByteSortedMap.FastSortedSetDouble2ByteMap.BuilderCache, Double2ByteMap.Entry, Double2ByteMap.FastEntrySet, Double2ByteMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Double2ByteMap.Entry |
ceilingEntry(double key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Double2ByteMap.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.
|
Double2ByteNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
DoubleNavigableSet |
descendingKeySet() |
Double2ByteNavigableMap |
descendingMap() |
Double2ByteMap.Entry |
firstEntry() |
Double2ByteMap.Entry |
floorEntry(double key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Double2ByteMap.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.
|
Double2ByteNavigableMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ByteNavigableMap |
headMap(java.lang.Double toKey)
Deprecated.
|
Double2ByteNavigableMap |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2ByteNavigableMap |
headMap(java.lang.Double toKey,
boolean inclusive)
Deprecated.
|
Double2ByteMap.Entry |
higherEntry(double key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Double2ByteMap.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() |
Double2ByteMap.Entry |
lastEntry() |
Double2ByteMap.Entry |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Double2ByteMap.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() |
Double2ByteMap.Entry |
pollFirstEntry() |
Double2ByteMap.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.
|
Double2ByteNavigableMap |
subMap(double fromKey,
boolean fromInclusive,
double toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ByteNavigableMap |
subMap(java.lang.Double fromKey,
boolean fromInclusive,
java.lang.Double toKey,
boolean toInclusive)
Deprecated.
|
Double2ByteNavigableMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2ByteNavigableMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2ByteNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2ByteNavigableMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
Double2ByteNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2ByteNavigableMap |
tailMap(java.lang.Double fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstByteValue, firstDoubleKey, firstKey, lastByteValue, lastDoubleKey, lastKey, pollFirstDoubleKey, pollLastDoubleKeyaddTo, addToAll, clear, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2ByteEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, size, subFrom, supplyByteIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstByteValue, firstDoubleKey, firstKey, lastByteValue, lastDoubleKey, lastKey, pollFirstDoubleKey, pollLastDoubleKey, valuesaddTo, addToAll, applyAsByte, builder, compute, computeByte, computeByteIfAbsent, computeByteIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2ByteEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllByte, mergeByte, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBytes, replaceBytes, setDefaultReturnValue, subFrom, supplyByteIfAbsentpublic Double2ByteNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>descendingMap in interface Double2ByteNavigableMappublic DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>navigableKeySet in interface Double2ByteNavigableMappublic DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>descendingKeySet in interface Double2ByteNavigableMappublic DoubleNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Byte>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>keySet in interface Double2ByteMapkeySet in interface Double2ByteNavigableMapkeySet in interface Double2ByteSortedMapkeySet in class Double2ByteMaps.SynchronizedSortedMappublic Double2ByteMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>firstEntry in interface Double2ByteNavigableMappublic Double2ByteMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>lastEntry in interface Double2ByteNavigableMappublic Double2ByteMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>pollFirstEntry in interface Double2ByteNavigableMappublic Double2ByteMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>pollLastEntry in interface Double2ByteNavigableMappublic Double2ByteNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
Double2ByteNavigableMapsubMap in interface Double2ByteNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Double2ByteNavigableMap headMap(double toKey, boolean inclusive)
Double2ByteNavigableMapheadMap in interface Double2ByteNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Double2ByteNavigableMap tailMap(double fromKey, boolean inclusive)
Double2ByteNavigableMaptailMap in interface Double2ByteNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Double2ByteNavigableMap subMap(double fromKey, double toKey)
Double2ByteSortedMapsubMap in interface Double2ByteNavigableMapsubMap in interface Double2ByteSortedMapsubMap in class Double2ByteMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2ByteNavigableMap headMap(double toKey)
Double2ByteSortedMapheadMap in interface Double2ByteNavigableMapheadMap in interface Double2ByteSortedMapheadMap in class Double2ByteMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Double2ByteNavigableMap tailMap(double fromKey)
Double2ByteSortedMaptailMap in interface Double2ByteNavigableMaptailMap in interface Double2ByteSortedMaptailMap in class Double2ByteMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic double lowerKey(double key)
Double2ByteNavigableMaplowerKey in interface Double2ByteNavigableMapkey - that should be compared with.public double higherKey(double key)
Double2ByteNavigableMaphigherKey in interface Double2ByteNavigableMapkey - that should be compared with.public double floorKey(double key)
Double2ByteNavigableMapfloorKey in interface Double2ByteNavigableMapkey - that should be compared with.public double ceilingKey(double key)
Double2ByteNavigableMapceilingKey in interface Double2ByteNavigableMapkey - that should be compared with.public Double2ByteMap.Entry lowerEntry(double key)
Double2ByteNavigableMaplowerEntry in interface Double2ByteNavigableMapkey - that should be compared with.public Double2ByteMap.Entry higherEntry(double key)
Double2ByteNavigableMaphigherEntry in interface Double2ByteNavigableMapkey - that should be compared with.public Double2ByteMap.Entry floorEntry(double key)
Double2ByteNavigableMapfloorEntry in interface Double2ByteNavigableMapkey - that should be compared with.public Double2ByteMap.Entry ceilingEntry(double key)
Double2ByteNavigableMapceilingEntry in interface Double2ByteNavigableMapkey - that should be compared with.public Double2ByteNavigableMap copy()
Double2ByteMapcopy in interface Double2ByteMapcopy in interface Double2ByteNavigableMapcopy in interface Double2ByteSortedMapcopy in class Double2ByteMaps.SynchronizedSortedMap@Deprecated public Double2ByteNavigableMap subMap(java.lang.Double fromKey, boolean fromInclusive, java.lang.Double toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>subMap in interface Double2ByteNavigableMap@Deprecated public Double2ByteNavigableMap headMap(java.lang.Double toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>headMap in interface Double2ByteNavigableMap@Deprecated public Double2ByteNavigableMap tailMap(java.lang.Double fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>tailMap in interface Double2ByteNavigableMap@Deprecated public Double2ByteNavigableMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>subMap in interface Double2ByteNavigableMapsubMap in interface Double2ByteSortedMapsubMap in class Double2ByteMaps.SynchronizedSortedMap@Deprecated public Double2ByteNavigableMap headMap(java.lang.Double toKey)
headMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>headMap in interface Double2ByteNavigableMapheadMap in interface Double2ByteSortedMapheadMap in class Double2ByteMaps.SynchronizedSortedMap@Deprecated public Double2ByteNavigableMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Byte>tailMap in interface Double2ByteNavigableMaptailMap in interface Double2ByteSortedMaptailMap in class Double2ByteMaps.SynchronizedSortedMappublic void setDefaultMaxValue(double e)
Double2ByteNavigableMapsetDefaultMaxValue in interface Double2ByteNavigableMape - the new max valuepublic double getDefaultMaxValue()
Double2ByteNavigableMapgetDefaultMaxValue in interface Double2ByteNavigableMappublic void setDefaultMinValue(double e)
Double2ByteNavigableMapsetDefaultMinValue in interface Double2ByteNavigableMape - the new min valuepublic double getDefaultMinValue()
Double2ByteNavigableMapgetDefaultMinValue in interface Double2ByteNavigableMap@Deprecated public java.lang.Double lowerKey(java.lang.Double key)
lowerKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>lowerKey in interface Double2ByteNavigableMap@Deprecated public java.lang.Double floorKey(java.lang.Double key)
floorKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>floorKey in interface Double2ByteNavigableMap@Deprecated public java.lang.Double ceilingKey(java.lang.Double key)
ceilingKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>ceilingKey in interface Double2ByteNavigableMap@Deprecated public java.lang.Double higherKey(java.lang.Double key)
higherKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>higherKey in interface Double2ByteNavigableMap@Deprecated public Double2ByteMap.Entry lowerEntry(java.lang.Double key)
lowerEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>lowerEntry in interface Double2ByteNavigableMap@Deprecated public Double2ByteMap.Entry floorEntry(java.lang.Double key)
floorEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>floorEntry in interface Double2ByteNavigableMap@Deprecated public Double2ByteMap.Entry ceilingEntry(java.lang.Double key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>ceilingEntry in interface Double2ByteNavigableMap@Deprecated public Double2ByteMap.Entry higherEntry(java.lang.Double key)
higherEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Byte>higherEntry in interface Double2ByteNavigableMap