public static class Char2BooleanMaps.SynchronizedSortedMap extends Char2BooleanMaps.SynchronizedMap implements Char2BooleanSortedMap
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 |
|---|---|
CharComparator |
comparator() |
Char2BooleanSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
char |
firstCharKey()
A method to get the first Key of a Map.
|
java.lang.Character |
firstKey()
Deprecated.
|
Char2BooleanSortedMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2BooleanSortedMap |
headMap(java.lang.Character toKey)
Deprecated.
|
CharSortedSet |
keySet() |
boolean |
lastBooleanValue()
A method to get the last Value of a Map.
|
char |
lastCharKey()
A method to get the last Key of a Map.
|
java.lang.Character |
lastKey()
Deprecated.
|
char |
pollFirstCharKey()
A method to get and remove the first Key of a Map.
|
char |
pollLastCharKey()
A method to get and remove the last Key of a Map.
|
Char2BooleanSortedMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2BooleanSortedMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2BooleanSortedMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2BooleanSortedMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
char2BooleanEntrySet, clear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, size, supplyBooleanIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, 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 CharComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>comparator in interface Char2BooleanSortedMappublic Char2BooleanSortedMap subMap(char fromKey, char toKey)
Char2BooleanSortedMapsubMap in interface Char2BooleanSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2BooleanSortedMap headMap(char toKey)
Char2BooleanSortedMapheadMap in interface Char2BooleanSortedMaptoKey - where the headMap should endpublic Char2BooleanSortedMap tailMap(char fromKey)
Char2BooleanSortedMaptailMap in interface Char2BooleanSortedMapfromKey - where the TailMap should startpublic CharSortedSet 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 Char2BooleanSortedMapkeySet in class Char2BooleanMaps.SynchronizedMappublic char firstCharKey()
Char2BooleanSortedMapfirstCharKey in interface Char2BooleanSortedMappublic char pollFirstCharKey()
Char2BooleanSortedMappollFirstCharKey in interface Char2BooleanSortedMappublic char lastCharKey()
Char2BooleanSortedMaplastCharKey in interface Char2BooleanSortedMappublic char pollLastCharKey()
Char2BooleanSortedMappollLastCharKey in interface Char2BooleanSortedMappublic boolean firstBooleanValue()
Char2BooleanSortedMapfirstBooleanValue in interface Char2BooleanSortedMappublic boolean lastBooleanValue()
Char2BooleanSortedMaplastBooleanValue in interface Char2BooleanSortedMappublic Char2BooleanSortedMap copy()
Char2BooleanMapcopy in interface Char2BooleanMapcopy in interface Char2BooleanSortedMapcopy in class Char2BooleanMaps.SynchronizedMap@Deprecated public java.lang.Character firstKey()
firstKey in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>firstKey in interface Char2BooleanSortedMap@Deprecated public java.lang.Character lastKey()
lastKey in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>lastKey in interface Char2BooleanSortedMap@Deprecated public Char2BooleanSortedMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>subMap in interface Char2BooleanSortedMap@Deprecated public Char2BooleanSortedMap headMap(java.lang.Character toKey)
headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>headMap in interface Char2BooleanSortedMap@Deprecated public Char2BooleanSortedMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Boolean>tailMap in interface Char2BooleanSortedMap