public static class Double2CharMaps.SynchronizedNavigableMap extends Double2CharMaps.SynchronizedSortedMap implements Double2CharNavigableMap
AbstractDouble2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2CharSortedMap.FastSortedSetDouble2CharMap.BuilderCache, Double2CharMap.Entry, Double2CharMap.FastEntrySet, Double2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Double2CharMap.Entry |
ceilingEntry(double key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Double2CharMap.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.
|
Double2CharNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
DoubleNavigableSet |
descendingKeySet() |
Double2CharNavigableMap |
descendingMap() |
Double2CharMap.Entry |
firstEntry() |
Double2CharMap.Entry |
floorEntry(double key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Double2CharMap.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.
|
Double2CharNavigableMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2CharNavigableMap |
headMap(java.lang.Double toKey)
Deprecated.
|
Double2CharNavigableMap |
headMap(double toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2CharNavigableMap |
headMap(java.lang.Double toKey,
boolean inclusive)
Deprecated.
|
Double2CharMap.Entry |
higherEntry(double key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Double2CharMap.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() |
Double2CharMap.Entry |
lastEntry() |
Double2CharMap.Entry |
lowerEntry(double key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Double2CharMap.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() |
Double2CharMap.Entry |
pollFirstEntry() |
Double2CharMap.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.
|
Double2CharNavigableMap |
subMap(double fromKey,
boolean fromInclusive,
double toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2CharNavigableMap |
subMap(java.lang.Double fromKey,
boolean fromInclusive,
java.lang.Double toKey,
boolean toInclusive)
Deprecated.
|
Double2CharNavigableMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2CharNavigableMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2CharNavigableMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2CharNavigableMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
Double2CharNavigableMap |
tailMap(double fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2CharNavigableMap |
tailMap(java.lang.Double fromKey,
boolean inclusive)
Deprecated.
|
comparator, firstCharValue, firstDoubleKey, firstKey, lastCharValue, lastDoubleKey, lastKey, pollFirstDoubleKey, pollLastDoubleKeyaddTo, addToAll, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2CharEntrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, size, subFrom, supplyCharIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstCharValue, firstDoubleKey, firstKey, lastCharValue, lastDoubleKey, lastKey, pollFirstDoubleKey, pollLastDoubleKey, valuesaddTo, addToAll, applyAsChar, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2CharEntrySet, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsentpublic Double2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>descendingMap in interface Double2CharNavigableMappublic DoubleNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>navigableKeySet in interface Double2CharNavigableMappublic DoubleNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>descendingKeySet in interface Double2CharNavigableMappublic DoubleNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Double,java.lang.Character>keySet in interface Double2CharMapkeySet in interface Double2CharNavigableMapkeySet in interface Double2CharSortedMapkeySet in class Double2CharMaps.SynchronizedSortedMappublic Double2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>firstEntry in interface Double2CharNavigableMappublic Double2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>lastEntry in interface Double2CharNavigableMappublic Double2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>pollFirstEntry in interface Double2CharNavigableMappublic Double2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>pollLastEntry in interface Double2CharNavigableMappublic Double2CharNavigableMap subMap(double fromKey, boolean fromInclusive, double toKey, boolean toInclusive)
Double2CharNavigableMapsubMap in interface Double2CharNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Double2CharNavigableMap headMap(double toKey, boolean inclusive)
Double2CharNavigableMapheadMap in interface Double2CharNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Double2CharNavigableMap tailMap(double fromKey, boolean inclusive)
Double2CharNavigableMaptailMap in interface Double2CharNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Double2CharNavigableMap subMap(double fromKey, double toKey)
Double2CharSortedMapsubMap in interface Double2CharNavigableMapsubMap in interface Double2CharSortedMapsubMap in class Double2CharMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2CharNavigableMap headMap(double toKey)
Double2CharSortedMapheadMap in interface Double2CharNavigableMapheadMap in interface Double2CharSortedMapheadMap in class Double2CharMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Double2CharNavigableMap tailMap(double fromKey)
Double2CharSortedMaptailMap in interface Double2CharNavigableMaptailMap in interface Double2CharSortedMaptailMap in class Double2CharMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic double lowerKey(double key)
Double2CharNavigableMaplowerKey in interface Double2CharNavigableMapkey - that should be compared with.public double higherKey(double key)
Double2CharNavigableMaphigherKey in interface Double2CharNavigableMapkey - that should be compared with.public double floorKey(double key)
Double2CharNavigableMapfloorKey in interface Double2CharNavigableMapkey - that should be compared with.public double ceilingKey(double key)
Double2CharNavigableMapceilingKey in interface Double2CharNavigableMapkey - that should be compared with.public Double2CharMap.Entry lowerEntry(double key)
Double2CharNavigableMaplowerEntry in interface Double2CharNavigableMapkey - that should be compared with.public Double2CharMap.Entry higherEntry(double key)
Double2CharNavigableMaphigherEntry in interface Double2CharNavigableMapkey - that should be compared with.public Double2CharMap.Entry floorEntry(double key)
Double2CharNavigableMapfloorEntry in interface Double2CharNavigableMapkey - that should be compared with.public Double2CharMap.Entry ceilingEntry(double key)
Double2CharNavigableMapceilingEntry in interface Double2CharNavigableMapkey - that should be compared with.public Double2CharNavigableMap copy()
Double2CharMapcopy in interface Double2CharMapcopy in interface Double2CharNavigableMapcopy in interface Double2CharSortedMapcopy in class Double2CharMaps.SynchronizedSortedMap@Deprecated public Double2CharNavigableMap subMap(java.lang.Double fromKey, boolean fromInclusive, java.lang.Double toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>subMap in interface Double2CharNavigableMap@Deprecated public Double2CharNavigableMap headMap(java.lang.Double toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>headMap in interface Double2CharNavigableMap@Deprecated public Double2CharNavigableMap tailMap(java.lang.Double fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>tailMap in interface Double2CharNavigableMap@Deprecated public Double2CharNavigableMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Character>subMap in interface Double2CharNavigableMapsubMap in interface Double2CharSortedMapsubMap in class Double2CharMaps.SynchronizedSortedMap@Deprecated public Double2CharNavigableMap headMap(java.lang.Double toKey)
headMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Character>headMap in interface Double2CharNavigableMapheadMap in interface Double2CharSortedMapheadMap in class Double2CharMaps.SynchronizedSortedMap@Deprecated public Double2CharNavigableMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Character>tailMap in interface Double2CharNavigableMaptailMap in interface Double2CharSortedMaptailMap in class Double2CharMaps.SynchronizedSortedMappublic void setDefaultMaxValue(double e)
Double2CharNavigableMapsetDefaultMaxValue in interface Double2CharNavigableMape - the new max valuepublic double getDefaultMaxValue()
Double2CharNavigableMapgetDefaultMaxValue in interface Double2CharNavigableMappublic void setDefaultMinValue(double e)
Double2CharNavigableMapsetDefaultMinValue in interface Double2CharNavigableMape - the new min valuepublic double getDefaultMinValue()
Double2CharNavigableMapgetDefaultMinValue in interface Double2CharNavigableMap@Deprecated public java.lang.Double lowerKey(java.lang.Double key)
lowerKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>lowerKey in interface Double2CharNavigableMap@Deprecated public java.lang.Double floorKey(java.lang.Double key)
floorKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>floorKey in interface Double2CharNavigableMap@Deprecated public java.lang.Double ceilingKey(java.lang.Double key)
ceilingKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>ceilingKey in interface Double2CharNavigableMap@Deprecated public java.lang.Double higherKey(java.lang.Double key)
higherKey in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>higherKey in interface Double2CharNavigableMap@Deprecated public Double2CharMap.Entry lowerEntry(java.lang.Double key)
lowerEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>lowerEntry in interface Double2CharNavigableMap@Deprecated public Double2CharMap.Entry floorEntry(java.lang.Double key)
floorEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>floorEntry in interface Double2CharNavigableMap@Deprecated public Double2CharMap.Entry ceilingEntry(java.lang.Double key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>ceilingEntry in interface Double2CharNavigableMap@Deprecated public Double2CharMap.Entry higherEntry(java.lang.Double key)
higherEntry in interface java.util.NavigableMap<java.lang.Double,java.lang.Character>higherEntry in interface Double2CharNavigableMap