public static class Char2DoubleMaps.SynchronizedNavigableMap extends Char2DoubleMaps.SynchronizedSortedMap implements Char2DoubleNavigableMap
AbstractChar2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2DoubleSortedMap.FastSortedSetChar2DoubleMap.BuilderCache, Char2DoubleMap.Entry, Char2DoubleMap.FastEntrySet, Char2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Char2DoubleMap.Entry |
ceilingEntry(char key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Char2DoubleMap.Entry |
ceilingEntry(java.lang.Character key)
Deprecated.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
java.lang.Character |
ceilingKey(java.lang.Character key)
Deprecated.
|
Char2DoubleNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
CharNavigableSet |
descendingKeySet() |
Char2DoubleNavigableMap |
descendingMap() |
Char2DoubleMap.Entry |
firstEntry() |
Char2DoubleMap.Entry |
floorEntry(char key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Char2DoubleMap.Entry |
floorEntry(java.lang.Character key)
Deprecated.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
java.lang.Character |
floorKey(java.lang.Character key)
Deprecated.
|
char |
getDefaultMaxValue()
A Helper method to get the max value for SubMaps.
|
char |
getDefaultMinValue()
A Helper method to get the min value for SubMaps.
|
Char2DoubleNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2DoubleNavigableMap |
headMap(java.lang.Character toKey)
Deprecated.
|
Char2DoubleNavigableMap |
headMap(java.lang.Character toKey,
boolean inclusive)
Deprecated.
|
Char2DoubleNavigableMap |
headMap(char toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2DoubleMap.Entry |
higherEntry(char key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Char2DoubleMap.Entry |
higherEntry(java.lang.Character key)
Deprecated.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
java.lang.Character |
higherKey(java.lang.Character key)
Deprecated.
|
CharNavigableSet |
keySet() |
Char2DoubleMap.Entry |
lastEntry() |
Char2DoubleMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Char2DoubleMap.Entry |
lowerEntry(java.lang.Character key)
Deprecated.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
java.lang.Character |
lowerKey(java.lang.Character key)
Deprecated.
|
CharNavigableSet |
navigableKeySet() |
Char2DoubleMap.Entry |
pollFirstEntry() |
Char2DoubleMap.Entry |
pollLastEntry() |
void |
setDefaultMaxValue(char e)
A Helper method to set the max value for SubMaps.
|
void |
setDefaultMinValue(char e)
A Helper method to set the min value for SubMaps.
|
Char2DoubleNavigableMap |
subMap(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
Char2DoubleNavigableMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2DoubleNavigableMap |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2DoubleNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2DoubleNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2DoubleNavigableMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
Char2DoubleNavigableMap |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2DoubleNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstDoubleValue, firstKey, lastCharKey, lastDoubleValue, lastKey, pollFirstCharKey, pollLastCharKeyaddTo, addToAll, char2DoubleEntrySet, clear, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, size, subFrom, supplyDoubleIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstCharKey, firstDoubleValue, firstKey, lastCharKey, lastDoubleValue, lastKey, pollFirstCharKey, pollLastCharKey, valuesaddTo, addToAll, builder, char2DoubleEntrySet, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsentpublic Char2DoubleNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>descendingMap in interface Char2DoubleNavigableMappublic CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>navigableKeySet in interface Char2DoubleNavigableMappublic CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>descendingKeySet in interface Char2DoubleNavigableMappublic CharNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Double>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Double>keySet in interface Char2DoubleMapkeySet in interface Char2DoubleNavigableMapkeySet in interface Char2DoubleSortedMapkeySet in class Char2DoubleMaps.SynchronizedSortedMappublic Char2DoubleMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>firstEntry in interface Char2DoubleNavigableMappublic Char2DoubleMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>lastEntry in interface Char2DoubleNavigableMappublic Char2DoubleMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>pollFirstEntry in interface Char2DoubleNavigableMappublic Char2DoubleMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>pollLastEntry in interface Char2DoubleNavigableMappublic Char2DoubleNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
Char2DoubleNavigableMapsubMap in interface Char2DoubleNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Char2DoubleNavigableMap headMap(char toKey, boolean inclusive)
Char2DoubleNavigableMapheadMap in interface Char2DoubleNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Char2DoubleNavigableMap tailMap(char fromKey, boolean inclusive)
Char2DoubleNavigableMaptailMap in interface Char2DoubleNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Char2DoubleNavigableMap subMap(char fromKey, char toKey)
Char2DoubleSortedMapsubMap in interface Char2DoubleNavigableMapsubMap in interface Char2DoubleSortedMapsubMap in class Char2DoubleMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2DoubleNavigableMap headMap(char toKey)
Char2DoubleSortedMapheadMap in interface Char2DoubleNavigableMapheadMap in interface Char2DoubleSortedMapheadMap in class Char2DoubleMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Char2DoubleNavigableMap tailMap(char fromKey)
Char2DoubleSortedMaptailMap in interface Char2DoubleNavigableMaptailMap in interface Char2DoubleSortedMaptailMap in class Char2DoubleMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic char lowerKey(char key)
Char2DoubleNavigableMaplowerKey in interface Char2DoubleNavigableMapkey - that should be compared with.public char higherKey(char key)
Char2DoubleNavigableMaphigherKey in interface Char2DoubleNavigableMapkey - that should be compared with.public char floorKey(char key)
Char2DoubleNavigableMapfloorKey in interface Char2DoubleNavigableMapkey - that should be compared with.public char ceilingKey(char key)
Char2DoubleNavigableMapceilingKey in interface Char2DoubleNavigableMapkey - that should be compared with.public Char2DoubleMap.Entry lowerEntry(char key)
Char2DoubleNavigableMaplowerEntry in interface Char2DoubleNavigableMapkey - that should be compared with.public Char2DoubleMap.Entry higherEntry(char key)
Char2DoubleNavigableMaphigherEntry in interface Char2DoubleNavigableMapkey - that should be compared with.public Char2DoubleMap.Entry floorEntry(char key)
Char2DoubleNavigableMapfloorEntry in interface Char2DoubleNavigableMapkey - that should be compared with.public Char2DoubleMap.Entry ceilingEntry(char key)
Char2DoubleNavigableMapceilingEntry in interface Char2DoubleNavigableMapkey - that should be compared with.public Char2DoubleNavigableMap copy()
Char2DoubleMapcopy in interface Char2DoubleMapcopy in interface Char2DoubleNavigableMapcopy in interface Char2DoubleSortedMapcopy in class Char2DoubleMaps.SynchronizedSortedMap@Deprecated public Char2DoubleNavigableMap subMap(java.lang.Character fromKey, boolean fromInclusive, java.lang.Character toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>subMap in interface Char2DoubleNavigableMap@Deprecated public Char2DoubleNavigableMap headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>headMap in interface Char2DoubleNavigableMap@Deprecated public Char2DoubleNavigableMap tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>tailMap in interface Char2DoubleNavigableMap@Deprecated public Char2DoubleNavigableMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Double>subMap in interface Char2DoubleNavigableMapsubMap in interface Char2DoubleSortedMapsubMap in class Char2DoubleMaps.SynchronizedSortedMap@Deprecated public Char2DoubleNavigableMap headMap(java.lang.Character toKey)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Double>headMap in interface Char2DoubleNavigableMapheadMap in interface Char2DoubleSortedMapheadMap in class Char2DoubleMaps.SynchronizedSortedMap@Deprecated public Char2DoubleNavigableMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Double>tailMap in interface Char2DoubleNavigableMaptailMap in interface Char2DoubleSortedMaptailMap in class Char2DoubleMaps.SynchronizedSortedMappublic void setDefaultMaxValue(char e)
Char2DoubleNavigableMapsetDefaultMaxValue in interface Char2DoubleNavigableMape - the new max valuepublic char getDefaultMaxValue()
Char2DoubleNavigableMapgetDefaultMaxValue in interface Char2DoubleNavigableMappublic void setDefaultMinValue(char e)
Char2DoubleNavigableMapsetDefaultMinValue in interface Char2DoubleNavigableMape - the new min valuepublic char getDefaultMinValue()
Char2DoubleNavigableMapgetDefaultMinValue in interface Char2DoubleNavigableMap@Deprecated public java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>lowerKey in interface Char2DoubleNavigableMap@Deprecated public java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>floorKey in interface Char2DoubleNavigableMap@Deprecated public java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>ceilingKey in interface Char2DoubleNavigableMap@Deprecated public java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>higherKey in interface Char2DoubleNavigableMap@Deprecated public Char2DoubleMap.Entry lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>lowerEntry in interface Char2DoubleNavigableMap@Deprecated public Char2DoubleMap.Entry floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>floorEntry in interface Char2DoubleNavigableMap@Deprecated public Char2DoubleMap.Entry ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>ceilingEntry in interface Char2DoubleNavigableMap@Deprecated public Char2DoubleMap.Entry higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>higherEntry in interface Char2DoubleNavigableMap