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.BuilderCache, Char2CharMap.Entry, Char2CharMap.FastEntrySet, Char2CharMap.MapBuilder| 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.
|
Char2CharNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
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.
|
CharNavigableSet |
keySet() |
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, lastCharKey, lastCharValue, pollFirstCharKey, pollLastCharKeyaddTo, char2CharEntrySet, clear, computeChar, computeCharIfAbsent, computeCharIfPresent, get, getOrDefault, mergeAllChar, mergeChar, put, putIfAbsent, remove, remove, removeOrDefault, replaceChars, replaceChars, subFrom, supplyCharIfAbsent, 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, firstCharValue, firstKey, lastCharKey, lastCharValue, lastKey, pollFirstCharKey, pollLastCharKey, valuesaddTo, addToAll, builder, char2CharEntrySet, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsentpublic 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 keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Character>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Character>keySet in interface Char2CharMapkeySet in interface Char2CharNavigableMapkeySet in interface Char2CharSortedMapkeySet in class Char2CharMaps.UnmodifyableSortedMappublic 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.public Char2CharNavigableMap copy()
Char2CharMapcopy in interface Char2CharMapcopy in interface Char2CharNavigableMapcopy in interface Char2CharSortedMapcopy in class Char2CharMaps.UnmodifyableSortedMap