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.Entry, Char2IntMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
CharComparator |
comparator() |
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.
|
int |
getAndMoveToFirst(char key)
A Specific get method that allows to move teh given key/value int the first index.
|
int |
getAndMoveToLast(char key)
A Specific get method that allows to move teh given key/value int the last index.
|
Char2IntSortedMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2IntSortedMap |
headMap(java.lang.Character toKey)
Deprecated.
|
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.
|
boolean |
moveToFirst(char key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(char key)
A specific move method to move a given key/value to the last index.
|
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.
|
int |
putAndMoveToFirst(char key,
int value)
A customized put method that allows you to insert into the first index.
|
int |
putAndMoveToLast(char key,
int value)
A customized put method that allows you to insert into the last index.
|
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, getDefaultReturnValue, getInt, getOrDefault, getOrDefault, keySet, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, valuesentrySet, equals, hashCodekeySet, valuesaddTo, addToAll, char2IntEntrySet, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getDefaultReturnValue, getInt, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValuepublic int putAndMoveToFirst(char key,
int value)
Char2IntSortedMapputAndMoveToFirst in interface Char2IntSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public int putAndMoveToLast(char key,
int value)
Char2IntSortedMapputAndMoveToLast in interface Char2IntSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(char key)
Char2IntSortedMapmoveToFirst in interface Char2IntSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(char key)
Char2IntSortedMapmoveToLast in interface Char2IntSortedMapkey - that should be moved to the first lastpublic int getAndMoveToFirst(char key)
Char2IntSortedMapgetAndMoveToFirst in interface Char2IntSortedMapkey - that is searched forpublic int getAndMoveToLast(char key)
Char2IntSortedMapgetAndMoveToLast in interface Char2IntSortedMapkey - that is searched forpublic 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 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 Char2IntSortedMap@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