public static class Char2IntMaps.SynchronizedNavigableMap extends Char2IntMaps.SynchronizedSortedMap implements Char2IntNavigableMap
AbstractChar2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2IntSortedMap.FastSortedSetChar2IntMap.BuilderCache, Char2IntMap.Entry, Char2IntMap.FastEntrySet, Char2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Char2IntMap.Entry |
ceilingEntry(char key)
A Type Specific ceilingEntry method to reduce boxing/unboxing.
|
Char2IntMap.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.
|
Char2IntNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
CharNavigableSet |
descendingKeySet() |
Char2IntNavigableMap |
descendingMap() |
Char2IntMap.Entry |
firstEntry() |
Char2IntMap.Entry |
floorEntry(char key)
A Type Specific floorEntry method to reduce boxing/unboxing.
|
Char2IntMap.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.
|
Char2IntNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2IntNavigableMap |
headMap(java.lang.Character toKey)
Deprecated.
|
Char2IntNavigableMap |
headMap(java.lang.Character toKey,
boolean inclusive)
Deprecated.
|
Char2IntNavigableMap |
headMap(char toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2IntMap.Entry |
higherEntry(char key)
A Type Specific higherEntry method to reduce boxing/unboxing.
|
Char2IntMap.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() |
Char2IntMap.Entry |
lastEntry() |
Char2IntMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
Char2IntMap.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() |
Char2IntMap.Entry |
pollFirstEntry() |
Char2IntMap.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.
|
Char2IntNavigableMap |
subMap(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
Char2IntNavigableMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2IntNavigableMap |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2IntNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2IntNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2IntNavigableMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
Char2IntNavigableMap |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2IntNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstIntValue, firstKey, lastCharKey, lastIntValue, lastKey, pollFirstCharKey, pollLastCharKeyaddTo, addToAll, char2IntEntrySet, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, subFrom, supplyIntIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablecomparator, firstCharKey, firstIntValue, firstKey, lastCharKey, lastIntValue, lastKey, pollFirstCharKey, pollLastCharKey, valuesaddTo, addToAll, builder, char2IntEntrySet, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentpublic Char2IntNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>descendingMap in interface Char2IntNavigableMappublic CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>navigableKeySet in interface Char2IntNavigableMappublic CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>descendingKeySet in interface Char2IntNavigableMappublic CharNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>keySet in interface Char2IntMapkeySet in interface Char2IntNavigableMapkeySet in interface Char2IntSortedMapkeySet in class Char2IntMaps.SynchronizedSortedMappublic Char2IntMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>firstEntry in interface Char2IntNavigableMappublic Char2IntMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>lastEntry in interface Char2IntNavigableMappublic Char2IntMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>pollFirstEntry in interface Char2IntNavigableMappublic Char2IntMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>pollLastEntry in interface Char2IntNavigableMappublic Char2IntNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
Char2IntNavigableMapsubMap in interface Char2IntNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Char2IntNavigableMap headMap(char toKey, boolean inclusive)
Char2IntNavigableMapheadMap in interface Char2IntNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Char2IntNavigableMap tailMap(char fromKey, boolean inclusive)
Char2IntNavigableMaptailMap in interface Char2IntNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Char2IntNavigableMap subMap(char fromKey, char toKey)
Char2IntSortedMapsubMap in interface Char2IntNavigableMapsubMap in interface Char2IntSortedMapsubMap in class Char2IntMaps.SynchronizedSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2IntNavigableMap headMap(char toKey)
Char2IntSortedMapheadMap in interface Char2IntNavigableMapheadMap in interface Char2IntSortedMapheadMap in class Char2IntMaps.SynchronizedSortedMaptoKey - where the headMap should endpublic Char2IntNavigableMap tailMap(char fromKey)
Char2IntSortedMaptailMap in interface Char2IntNavigableMaptailMap in interface Char2IntSortedMaptailMap in class Char2IntMaps.SynchronizedSortedMapfromKey - where the TailMap should startpublic char lowerKey(char key)
Char2IntNavigableMaplowerKey in interface Char2IntNavigableMapkey - that should be compared with.public char higherKey(char key)
Char2IntNavigableMaphigherKey in interface Char2IntNavigableMapkey - that should be compared with.public char floorKey(char key)
Char2IntNavigableMapfloorKey in interface Char2IntNavigableMapkey - that should be compared with.public char ceilingKey(char key)
Char2IntNavigableMapceilingKey in interface Char2IntNavigableMapkey - that should be compared with.public Char2IntMap.Entry lowerEntry(char key)
Char2IntNavigableMaplowerEntry in interface Char2IntNavigableMapkey - that should be compared with.public Char2IntMap.Entry higherEntry(char key)
Char2IntNavigableMaphigherEntry in interface Char2IntNavigableMapkey - that should be compared with.public Char2IntMap.Entry floorEntry(char key)
Char2IntNavigableMapfloorEntry in interface Char2IntNavigableMapkey - that should be compared with.public Char2IntMap.Entry ceilingEntry(char key)
Char2IntNavigableMapceilingEntry in interface Char2IntNavigableMapkey - that should be compared with.public Char2IntNavigableMap copy()
Char2IntMapcopy in interface Char2IntMapcopy in interface Char2IntNavigableMapcopy in interface Char2IntSortedMapcopy in class Char2IntMaps.SynchronizedSortedMap@Deprecated public Char2IntNavigableMap subMap(java.lang.Character fromKey, boolean fromInclusive, java.lang.Character toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>subMap in interface Char2IntNavigableMap@Deprecated public Char2IntNavigableMap headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>headMap in interface Char2IntNavigableMap@Deprecated public Char2IntNavigableMap tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>tailMap in interface Char2IntNavigableMap@Deprecated public Char2IntNavigableMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>subMap in interface Char2IntNavigableMapsubMap in interface Char2IntSortedMapsubMap in class Char2IntMaps.SynchronizedSortedMap@Deprecated public Char2IntNavigableMap headMap(java.lang.Character toKey)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>headMap in interface Char2IntNavigableMapheadMap in interface Char2IntSortedMapheadMap in class Char2IntMaps.SynchronizedSortedMap@Deprecated public Char2IntNavigableMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>tailMap in interface Char2IntNavigableMaptailMap in interface Char2IntSortedMaptailMap in class Char2IntMaps.SynchronizedSortedMappublic void setDefaultMaxValue(char e)
Char2IntNavigableMapsetDefaultMaxValue in interface Char2IntNavigableMape - the new max valuepublic char getDefaultMaxValue()
Char2IntNavigableMapgetDefaultMaxValue in interface Char2IntNavigableMappublic void setDefaultMinValue(char e)
Char2IntNavigableMapsetDefaultMinValue in interface Char2IntNavigableMape - the new min valuepublic char getDefaultMinValue()
Char2IntNavigableMapgetDefaultMinValue in interface Char2IntNavigableMap@Deprecated public java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>lowerKey in interface Char2IntNavigableMap@Deprecated public java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>floorKey in interface Char2IntNavigableMap@Deprecated public java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>ceilingKey in interface Char2IntNavigableMap@Deprecated public java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>higherKey in interface Char2IntNavigableMap@Deprecated public Char2IntMap.Entry lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>lowerEntry in interface Char2IntNavigableMap@Deprecated public Char2IntMap.Entry floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>floorEntry in interface Char2IntNavigableMap@Deprecated public Char2IntMap.Entry ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>ceilingEntry in interface Char2IntNavigableMap@Deprecated public Char2IntMap.Entry higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Integer>higherEntry in interface Char2IntNavigableMap