public static class Char2BooleanMaps.UnmodifyableNavigableMap extends Char2BooleanMaps.UnmodifyableSortedMap implements Char2BooleanNavigableMap
AbstractChar2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2BooleanSortedMap.FastSortedSetChar2BooleanMap.BuilderCache, Char2BooleanMap.Entry, Char2BooleanMap.FastEntrySet, Char2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Char2BooleanMap.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.
|
Char2BooleanNavigableMap |
copy()
A Function that does a shallow clone of the Map itself.
|
CharNavigableSet |
descendingKeySet() |
Char2BooleanNavigableMap |
descendingMap() |
Char2BooleanMap.Entry |
firstEntry() |
Char2BooleanMap.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.
|
Char2BooleanNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2BooleanNavigableMap |
headMap(char toKey,
boolean inclusive)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2BooleanMap.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() |
Char2BooleanMap.Entry |
lastEntry() |
Char2BooleanMap.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() |
Char2BooleanMap.Entry |
pollFirstEntry() |
Char2BooleanMap.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.
|
Char2BooleanNavigableMap |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2BooleanNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2BooleanNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2BooleanNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
comparator, firstBooleanValue, firstCharKey, lastBooleanValue, lastCharKey, pollFirstCharKey, pollLastCharKeychar2BooleanEntrySet, clear, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, get, getOrDefault, mergeAllBoolean, mergeBoolean, put, putIfAbsent, remove, remove, removeOrDefault, replaceBooleans, replaceBooleans, supplyBooleanIfAbsent, valuescontainsKey, 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, firstBooleanValue, firstCharKey, firstKey, lastBooleanValue, lastCharKey, lastKey, pollFirstCharKey, pollLastCharKey, valuesbuilder, char2BooleanEntrySet, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, supplyBooleanIfAbsentpublic Char2BooleanNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>descendingMap in interface Char2BooleanNavigableMappublic CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>navigableKeySet in interface Char2BooleanNavigableMappublic CharNavigableSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>keySet in interface Char2BooleanMapkeySet in interface Char2BooleanNavigableMapkeySet in interface Char2BooleanSortedMapkeySet in class Char2BooleanMaps.UnmodifyableSortedMappublic CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>descendingKeySet in interface Char2BooleanNavigableMappublic Char2BooleanMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>firstEntry in interface Char2BooleanNavigableMappublic Char2BooleanMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>lastEntry in interface Char2BooleanNavigableMappublic Char2BooleanMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>pollFirstEntry in interface Char2BooleanNavigableMappublic Char2BooleanMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>pollLastEntry in interface Char2BooleanNavigableMappublic Char2BooleanNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
Char2BooleanNavigableMapsubMap in interface Char2BooleanNavigableMapfromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notpublic Char2BooleanNavigableMap headMap(char toKey, boolean inclusive)
Char2BooleanNavigableMapheadMap in interface Char2BooleanNavigableMaptoKey - where the HeadMap should endinclusive - if the toKey is inclusive or notpublic Char2BooleanNavigableMap tailMap(char fromKey, boolean inclusive)
Char2BooleanNavigableMaptailMap in interface Char2BooleanNavigableMapfromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notpublic Char2BooleanNavigableMap subMap(char fromKey, char toKey)
Char2BooleanSortedMapsubMap in interface Char2BooleanNavigableMapsubMap in interface Char2BooleanSortedMapsubMap in class Char2BooleanMaps.UnmodifyableSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2BooleanNavigableMap headMap(char toKey)
Char2BooleanSortedMapheadMap in interface Char2BooleanNavigableMapheadMap in interface Char2BooleanSortedMapheadMap in class Char2BooleanMaps.UnmodifyableSortedMaptoKey - where the headMap should endpublic Char2BooleanNavigableMap tailMap(char fromKey)
Char2BooleanSortedMaptailMap in interface Char2BooleanNavigableMaptailMap in interface Char2BooleanSortedMaptailMap in class Char2BooleanMaps.UnmodifyableSortedMapfromKey - where the TailMap should startpublic void setDefaultMaxValue(char e)
Char2BooleanNavigableMapsetDefaultMaxValue in interface Char2BooleanNavigableMape - the new max valuepublic char getDefaultMaxValue()
Char2BooleanNavigableMapgetDefaultMaxValue in interface Char2BooleanNavigableMappublic void setDefaultMinValue(char e)
Char2BooleanNavigableMapsetDefaultMinValue in interface Char2BooleanNavigableMape - the new min valuepublic char getDefaultMinValue()
Char2BooleanNavigableMapgetDefaultMinValue in interface Char2BooleanNavigableMappublic char lowerKey(char key)
Char2BooleanNavigableMaplowerKey in interface Char2BooleanNavigableMapkey - that should be compared with.public char higherKey(char key)
Char2BooleanNavigableMaphigherKey in interface Char2BooleanNavigableMapkey - that should be compared with.public char floorKey(char key)
Char2BooleanNavigableMapfloorKey in interface Char2BooleanNavigableMapkey - that should be compared with.public char ceilingKey(char key)
Char2BooleanNavigableMapceilingKey in interface Char2BooleanNavigableMapkey - that should be compared with.public Char2BooleanMap.Entry lowerEntry(char key)
Char2BooleanNavigableMaplowerEntry in interface Char2BooleanNavigableMapkey - that should be compared with.public Char2BooleanMap.Entry higherEntry(char key)
Char2BooleanNavigableMaphigherEntry in interface Char2BooleanNavigableMapkey - that should be compared with.public Char2BooleanMap.Entry floorEntry(char key)
Char2BooleanNavigableMapfloorEntry in interface Char2BooleanNavigableMapkey - that should be compared with.public Char2BooleanMap.Entry ceilingEntry(char key)
Char2BooleanNavigableMapceilingEntry in interface Char2BooleanNavigableMapkey - that should be compared with.public Char2BooleanNavigableMap copy()
Char2BooleanMapcopy in interface Char2BooleanMapcopy in interface Char2BooleanNavigableMapcopy in interface Char2BooleanSortedMapcopy in class Char2BooleanMaps.UnmodifyableSortedMap