public static class Char2CharMaps.UnmodifyableNavigableMap extends Char2CharMaps.UnmodifyableSortedMap implements Char2CharNavigableMap
AbstractChar2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2CharSortedMap.FastSortedSetChar2CharMap.Entry, Char2CharMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
Char2CharMap.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() |
Char2CharNavigableMap |
descendingMap() |
Char2CharMap.Entry |
firstEntry() |
Char2CharMap.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.
|
Char2CharNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2CharNavigableMap |
headMap(char toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2CharMap.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.
|
Char2CharMap.Entry |
lastEntry() |
Char2CharMap.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() |
Char2CharMap.Entry |
pollFirstEntry() |
Char2CharMap.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.
|
Char2CharNavigableMap |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2CharNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2CharNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2CharNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstCharKey, firstCharValue, getAndMoveToFirst, getAndMoveToLast, lastCharKey, lastCharValue, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLastaddTo, char2CharEntrySet, getChar, getOrDefault, keySet, put, putIfAbsent, remChar, remCharOrDefault, remove, valuesaddToAll, computeChar, computeCharIfAbsent, computeCharIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllChar, mergeChar, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceChars, replaceChars, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringceilingEntry, ceilingKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lowerEntry, lowerKey, subMap, subMap, tailMap, tailMapcomparator, firstCharKey, firstCharValue, firstKey, getAndMoveToFirst, getAndMoveToLast, keySet, lastCharKey, lastCharValue, lastKey, moveToFirst, moveToLast, pollFirstCharKey, pollLastCharKey, putAndMoveToFirst, putAndMoveToLast, valuesaddTo, addToAll, char2CharEntrySet, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValuepublic Char2CharNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Character>descendingMap in interface Char2CharNavigableMappublic CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Character>navigableKeySet in interface Char2CharNavigableMappublic CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Character>descendingKeySet in interface Char2CharNavigableMappublic Char2CharMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Character>firstEntry in interface Char2CharNavigableMappublic Char2CharMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Character>lastEntry in interface Char2CharNavigableMappublic Char2CharMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Character>pollFirstEntry in interface Char2CharNavigableMappublic Char2CharMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Character>pollLastEntry in interface Char2CharNavigableMappublic Char2CharNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
Char2CharNavigableMapsubMap in interface Char2CharNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Char2CharNavigableMap headMap(char toKey, boolean inclusive)
Char2CharNavigableMapheadMap in interface Char2CharNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Char2CharNavigableMap tailMap(char fromKey, boolean inclusive)
Char2CharNavigableMaptailMap in interface Char2CharNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Char2CharNavigableMap subMap(char fromKey, char toKey)
Char2CharSortedMapsubMap in interface Char2CharNavigableMapsubMap in interface Char2CharSortedMapsubMap in class Char2CharMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2CharNavigableMap headMap(char toKey)
Char2CharSortedMapheadMap in interface Char2CharNavigableMapheadMap in interface Char2CharSortedMapheadMap in class Char2CharMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Char2CharNavigableMap tailMap(char fromKey)
Char2CharSortedMaptailMap in interface Char2CharNavigableMaptailMap in interface Char2CharSortedMaptailMap in class Char2CharMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(char e)
Char2CharNavigableMapsetDefaultMaxValue in interface Char2CharNavigableMape - the new max valuepublic char getDefaultMaxValue()
Char2CharNavigableMapgetDefaultMaxValue in interface Char2CharNavigableMappublic void setDefaultMinValue(char e)
Char2CharNavigableMapsetDefaultMinValue in interface Char2CharNavigableMape - the new min valuepublic char getDefaultMinValue()
Char2CharNavigableMapgetDefaultMinValue in interface Char2CharNavigableMappublic char lowerKey(char key)
Char2CharNavigableMaplowerKey in interface Char2CharNavigableMapkey - that should be compared with.public char higherKey(char key)
Char2CharNavigableMaphigherKey in interface Char2CharNavigableMapkey - that should be compared with.public char floorKey(char key)
Char2CharNavigableMapfloorKey in interface Char2CharNavigableMapkey - that should be compared with.public char ceilingKey(char key)
Char2CharNavigableMapceilingKey in interface Char2CharNavigableMapkey - that should be compared with.public Char2CharMap.Entry lowerEntry(char key)
Char2CharNavigableMaplowerEntry in interface Char2CharNavigableMapkey - that should be compared with.public Char2CharMap.Entry higherEntry(char key)
Char2CharNavigableMaphigherEntry in interface Char2CharNavigableMapkey - that should be compared with.public Char2CharMap.Entry floorEntry(char key)
Char2CharNavigableMapfloorEntry in interface Char2CharNavigableMapkey - that should be compared with.public Char2CharMap.Entry ceilingEntry(char key)
Char2CharNavigableMapceilingEntry in interface Char2CharNavigableMapkey - that should be compared with.