public static class Char2IntMaps.SynchronizedSortedMap extends Char2IntMaps.SynchronizedMap implements Char2IntSortedMap
AbstractChar2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2IntSortedMap.FastSortedSetChar2IntMap.BuilderCache, Char2IntMap.Entry, Char2IntMap.FastEntrySet, Char2IntMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
CharComparator |
comparator() |
Char2IntSortedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharKey()
A method to get the first Key of a Map.
|
int |
firstIntValue()
A method to get the first Value of a Map.
|
java.lang.Character |
firstKey()
Deprecated.
|
Char2IntSortedMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2IntSortedMap |
headMap(java.lang.Character toKey)
Deprecated.
|
CharSortedSet |
keySet() |
char |
lastCharKey()
A method to get the last Key of a Map.
|
int |
lastIntValue()
A method to get the last Value 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.
|
Char2IntSortedMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2IntSortedMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2IntSortedMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2IntSortedMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
addTo, addToAll, char2IntEntrySet, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, subFrom, supplyIntIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiable, valuesaddTo, addToAll, builder, char2IntEntrySet, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, subFrom, supplyIntIfAbsentpublic CharComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>comparator in interface Char2IntSortedMappublic Char2IntSortedMap subMap(char fromKey, char toKey)
Char2IntSortedMapsubMap in interface Char2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2IntSortedMap headMap(char toKey)
Char2IntSortedMapheadMap in interface Char2IntSortedMaptoKey - where the headMap should endpublic Char2IntSortedMap tailMap(char fromKey)
Char2IntSortedMaptailMap in interface Char2IntSortedMapfromKey - where the TailMap should startpublic CharSortedSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Integer>keySet in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>keySet in interface Char2IntMapkeySet in interface Char2IntSortedMapkeySet in class Char2IntMaps.SynchronizedMappublic char firstCharKey()
Char2IntSortedMapfirstCharKey in interface Char2IntSortedMappublic char pollFirstCharKey()
Char2IntSortedMappollFirstCharKey in interface Char2IntSortedMappublic char lastCharKey()
Char2IntSortedMaplastCharKey in interface Char2IntSortedMappublic char pollLastCharKey()
Char2IntSortedMappollLastCharKey in interface Char2IntSortedMappublic int firstIntValue()
Char2IntSortedMapfirstIntValue in interface Char2IntSortedMappublic int lastIntValue()
Char2IntSortedMaplastIntValue in interface Char2IntSortedMappublic Char2IntSortedMap copy()
Char2IntMapcopy in interface Char2IntMapcopy in interface Char2IntSortedMapcopy in class Char2IntMaps.SynchronizedMap@Deprecated public java.lang.Character firstKey()
firstKey in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>firstKey in interface Char2IntSortedMap@Deprecated public java.lang.Character lastKey()
lastKey in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>lastKey in interface Char2IntSortedMap@Deprecated public Char2IntSortedMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>subMap in interface Char2IntSortedMap@Deprecated public Char2IntSortedMap headMap(java.lang.Character toKey)
headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>headMap in interface Char2IntSortedMap@Deprecated public Char2IntSortedMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Integer>tailMap in interface Char2IntSortedMap