public static class Char2IntMaps.UnmodifyableNavigableMap extends Char2IntMaps.UnmodifyableSortedMap implements Char2IntNavigableMap
AbstractChar2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2IntSortedMap.FastSortedSetChar2IntMap.Entry, Char2IntMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Char2IntMap.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.
|
CharNavigableSet |
descendingKeySet() |
Char2IntNavigableMap |
descendingMap() |
Char2IntMap.Entry |
firstEntry() |
Char2IntMap.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.
|
Char2IntNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
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.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
Char2IntMap.Entry |
lastEntry() |
Char2IntMap.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() |
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(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(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstIntValue, getAndMoveToFirst, getAndMoveToLast, lastCharKey, lastIntValue, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLastaddTo, char2IntEntrySet, getInt, getOrDefault, keySet, put, putIfAbsent, remChar, remCharOrDefault, remove, valuesaddToAll, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllInt, mergeInt, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceInts, replaceInts, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstCharKey, firstIntValue, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastCharKey, lastIntValue, lastKey, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, char2IntEntrySet, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getInt, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValuepublic 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 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.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2IntNavigableMap headMap(char toKey)
Char2IntSortedMapheadMap in interface Char2IntNavigableMapheadMap in interface Char2IntSortedMapheadMap in class Char2IntMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Char2IntNavigableMap tailMap(char fromKey)
Char2IntSortedMaptailMap in interface Char2IntNavigableMaptailMap in interface Char2IntSortedMaptailMap in class Char2IntMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic 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 Char2IntNavigableMappublic 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.