public interface Char2BooleanNavigableMap extends Char2BooleanSortedMap, java.util.NavigableMap<java.lang.Character,java.lang.Boolean>
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.
|
default Char2BooleanMap.Entry |
ceilingEntry(java.lang.Character key)
Deprecated.
|
char |
ceilingKey(char key)
A Type Specific ceilingKey method to reduce boxing/unboxing.
|
default java.lang.Character |
ceilingKey(java.lang.Character key)
Deprecated.
|
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.
|
default Char2BooleanMap.Entry |
floorEntry(java.lang.Character key)
Deprecated.
|
char |
floorKey(char key)
A Type Specific floorKey method to reduce boxing/unboxing.
|
default 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.
|
default Char2BooleanNavigableMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
default Char2BooleanNavigableMap |
headMap(java.lang.Character toKey)
Deprecated.
|
default Char2BooleanNavigableMap |
headMap(java.lang.Character toKey,
boolean inclusive)
Deprecated.
|
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.
|
default Char2BooleanMap.Entry |
higherEntry(java.lang.Character key)
Deprecated.
|
char |
higherKey(char key)
A Type Specific higherKey method to reduce boxing/unboxing.
|
default java.lang.Character |
higherKey(java.lang.Character key)
Deprecated.
|
CharNavigableSet |
keySet() |
Char2BooleanMap.Entry |
lastEntry() |
Char2BooleanMap.Entry |
lowerEntry(char key)
A Type Specific lowerEntry method to reduce boxing/unboxing.
|
default Char2BooleanMap.Entry |
lowerEntry(java.lang.Character key)
Deprecated.
|
char |
lowerKey(char key)
A Type Specific lowerKey method to reduce boxing/unboxing.
|
default java.lang.Character |
lowerKey(java.lang.Character key)
Deprecated.
|
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.
|
default Char2BooleanNavigableMap |
subMap(java.lang.Character fromKey,
boolean fromInclusive,
java.lang.Character toKey,
boolean toInclusive)
Deprecated.
|
default Char2BooleanNavigableMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2BooleanNavigableMap |
subMap(char fromKey,
boolean fromInclusive,
char toKey,
boolean toInclusive)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Char2BooleanNavigableMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
default Char2BooleanNavigableMap |
synchronize()
Creates a Wrapped NavigableMap that is Synchronized
|
default Char2BooleanNavigableMap |
synchronize(java.lang.Object mutex)
Creates a Wrapped NavigableMap that is Synchronized
|
default Char2BooleanNavigableMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Char2BooleanNavigableMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
default Char2BooleanNavigableMap |
tailMap(java.lang.Character fromKey,
boolean inclusive)
Deprecated.
|
Char2BooleanNavigableMap |
tailMap(char fromKey,
boolean inclusive)
A Type Specific TailMap method to reduce boxing/unboxing
|
default Char2BooleanNavigableMap |
unmodifiable()
Creates a Wrapped NavigableMap that is unmodifiable
|
comparator, 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, supplyBooleanIfAbsentChar2BooleanNavigableMap copy()
Char2BooleanMapcopy in interface Char2BooleanMapcopy in interface Char2BooleanSortedMapChar2BooleanNavigableMap descendingMap()
descendingMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>CharNavigableSet navigableKeySet()
navigableKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>CharNavigableSet descendingKeySet()
descendingKeySet in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>Char2BooleanMap.Entry firstEntry()
firstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>Char2BooleanMap.Entry lastEntry()
lastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>Char2BooleanMap.Entry pollFirstEntry()
pollFirstEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>Char2BooleanMap.Entry pollLastEntry()
pollLastEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>CharNavigableSet keySet()
keySet in interface Char2BooleanMapkeySet in interface Char2BooleanSortedMapkeySet in interface java.util.Map<java.lang.Character,java.lang.Boolean>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>default Char2BooleanNavigableMap synchronize()
synchronize in interface Char2BooleanMapsynchronize in interface Char2BooleanSortedMapChar2BooleanMaps.synchronize(speiger.src.collections.chars.maps.interfaces.Char2BooleanMap)default Char2BooleanNavigableMap synchronize(java.lang.Object mutex)
synchronize in interface Char2BooleanMapsynchronize in interface Char2BooleanSortedMapmutex - is the controller of the synchronization blockChar2BooleanMaps.synchronize(speiger.src.collections.chars.maps.interfaces.Char2BooleanMap)default Char2BooleanNavigableMap unmodifiable()
unmodifiable in interface Char2BooleanMapunmodifiable in interface Char2BooleanSortedMapChar2BooleanMaps.unmodifiable(speiger.src.collections.chars.maps.interfaces.Char2BooleanMap)Char2BooleanNavigableMap subMap(char fromKey, boolean fromInclusive, char toKey, boolean toInclusive)
fromKey - where the submap should startfromInclusive - if the fromKey is inclusive or nottoKey - where the subMap should endtoInclusive - if the toKey is inclusive or notChar2BooleanNavigableMap headMap(char toKey, boolean inclusive)
toKey - where the HeadMap should endinclusive - if the toKey is inclusive or notChar2BooleanNavigableMap tailMap(char fromKey, boolean inclusive)
fromKey - where the TailMap should startinclusive - if the fromKey is inclusive or notdefault Char2BooleanNavigableMap subMap(char fromKey, char toKey)
Char2BooleanSortedMapsubMap in interface Char2BooleanSortedMapfromKey - where the submap should starttoKey - where the subMap should enddefault Char2BooleanNavigableMap headMap(char toKey)
Char2BooleanSortedMapheadMap in interface Char2BooleanSortedMaptoKey - where the headMap should enddefault Char2BooleanNavigableMap tailMap(char fromKey)
Char2BooleanSortedMaptailMap in interface Char2BooleanSortedMapfromKey - where the TailMap should startvoid setDefaultMaxValue(char e)
e - the new max valuechar getDefaultMaxValue()
void setDefaultMinValue(char e)
e - the new min valuechar getDefaultMinValue()
char lowerKey(char key)
key - that should be compared with.char higherKey(char key)
key - that should be compared with.char floorKey(char key)
key - that should be compared with.char ceilingKey(char key)
key - that should be compared with.Char2BooleanMap.Entry lowerEntry(char key)
key - that should be compared with.Char2BooleanMap.Entry higherEntry(char key)
key - that should be compared with.Char2BooleanMap.Entry floorEntry(char key)
key - that should be compared with.Char2BooleanMap.Entry ceilingEntry(char key)
key - that should be compared with.@Deprecated default java.lang.Character lowerKey(java.lang.Character key)
lowerKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default java.lang.Character floorKey(java.lang.Character key)
floorKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default java.lang.Character ceilingKey(java.lang.Character key)
ceilingKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default java.lang.Character higherKey(java.lang.Character key)
higherKey in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default Char2BooleanMap.Entry lowerEntry(java.lang.Character key)
lowerEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default Char2BooleanMap.Entry floorEntry(java.lang.Character key)
floorEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default Char2BooleanMap.Entry ceilingEntry(java.lang.Character key)
ceilingEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default Char2BooleanMap.Entry higherEntry(java.lang.Character key)
higherEntry in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default Char2BooleanNavigableMap subMap(java.lang.Character fromKey, boolean fromInclusive, java.lang.Character toKey, boolean toInclusive)
subMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default Char2BooleanNavigableMap headMap(java.lang.Character toKey, boolean inclusive)
headMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default Char2BooleanNavigableMap tailMap(java.lang.Character fromKey, boolean inclusive)
tailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>@Deprecated default Char2BooleanNavigableMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface Char2BooleanSortedMapsubMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>@Deprecated default Char2BooleanNavigableMap headMap(java.lang.Character toKey)
headMap in interface Char2BooleanSortedMapheadMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>@Deprecated default Char2BooleanNavigableMap tailMap(java.lang.Character fromKey)
tailMap in interface Char2BooleanSortedMaptailMap in interface java.util.NavigableMap<java.lang.Character,java.lang.Boolean>tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>