public static class Char2DoubleMaps.UnmodifyableNavigableMap extends Char2DoubleMaps.UnmodifyableSortedMap 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.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
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.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
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(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.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
CharNavigableSet |
keySet() |
Char2DoubleMap.Entry |
lastEntry() |
Char2DoubleMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
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(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(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstDoubleValue, lastCharKey, lastDoubleValue, pollFirstCharKey, pollLastCharKeyaddTo, char2DoubleEntrySet, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, get, getOrDefault, mergeAllDouble, mergeDouble, put, putIfAbsent, remove, remove, removeOrDefault, replaceDoubles, replaceDoubles, subFrom, supplyDoubleIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, synchronize, synchronize, tailMap, tailMap, 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 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.UnmodifyableSortedMappublic CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Double>descendingKeySet in interface Char2DoubleNavigableMappublic 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.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2DoubleNavigableMap headMap(char toKey)
Char2DoubleSortedMapheadMap in interface Char2DoubleNavigableMapheadMap in interface Char2DoubleSortedMapheadMap in class Char2DoubleMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Char2DoubleNavigableMap tailMap(char fromKey)
Char2DoubleSortedMaptailMap in interface Char2DoubleNavigableMaptailMap in interface Char2DoubleSortedMaptailMap in class Char2DoubleMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic 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 Char2DoubleNavigableMappublic 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.UnmodifyableSortedMap