public static class Char2CharMaps.SynchronizedSortedMap extends Char2CharMaps.SynchronizedMap implements Char2CharSortedMap
AbstractChar2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2CharSortedMap.FastSortedSetChar2CharMap.Entry, Char2CharMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
CharComparator |
comparator() |
char |
firstCharKey()
A method to get the first Key of a Map.
|
char |
firstCharValue()
A method to get the first Value of a Map.
|
java.lang.Character |
firstKey()
Deprecated.
|
char |
getAndMoveToFirst(char key)
A Specific get method that allows to move teh given key/value int the first index.
|
char |
getAndMoveToLast(char key)
A Specific get method that allows to move teh given key/value int the last index.
|
Char2CharSortedMap |
headMap(char toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Char2CharSortedMap |
headMap(java.lang.Character toKey)
Deprecated.
|
char |
lastCharKey()
A method to get the last Key of a Map.
|
char |
lastCharValue()
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.
|
char |
putAndMoveToFirst(char key,
char value)
A customized put method that allows you to insert into the first index.
|
char |
putAndMoveToLast(char key,
char value)
A customized put method that allows you to insert into the last index.
|
Char2CharSortedMap |
subMap(java.lang.Character fromKey,
java.lang.Character toKey)
Deprecated.
|
Char2CharSortedMap |
subMap(char fromKey,
char toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Char2CharSortedMap |
tailMap(char fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Char2CharSortedMap |
tailMap(java.lang.Character fromKey)
Deprecated.
|
addTo, addToAll, char2CharEntrySet, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, keySet, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, size, valuesentrySet, equals, hashCodekeySet, valuesaddTo, addToAll, char2CharEntrySet, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, getChar, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remChar, remCharOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValuepublic char putAndMoveToFirst(char key,
char value)
Char2CharSortedMapputAndMoveToFirst in interface Char2CharSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public char putAndMoveToLast(char key,
char value)
Char2CharSortedMapputAndMoveToLast in interface Char2CharSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(char key)
Char2CharSortedMapmoveToFirst in interface Char2CharSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(char key)
Char2CharSortedMapmoveToLast in interface Char2CharSortedMapkey - that should be moved to the first lastpublic char getAndMoveToFirst(char key)
Char2CharSortedMapgetAndMoveToFirst in interface Char2CharSortedMapkey - that is searched forpublic char getAndMoveToLast(char key)
Char2CharSortedMapgetAndMoveToLast in interface Char2CharSortedMapkey - that is searched forpublic CharComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Character,java.lang.Character>comparator in interface Char2CharSortedMappublic Char2CharSortedMap subMap(char fromKey, char toKey)
Char2CharSortedMapsubMap in interface Char2CharSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Char2CharSortedMap headMap(char toKey)
Char2CharSortedMapheadMap in interface Char2CharSortedMaptoKey - where the headMap should endpublic Char2CharSortedMap tailMap(char fromKey)
Char2CharSortedMaptailMap in interface Char2CharSortedMapfromKey - where the TailMap should startpublic char firstCharKey()
Char2CharSortedMapfirstCharKey in interface Char2CharSortedMappublic char pollFirstCharKey()
Char2CharSortedMappollFirstCharKey in interface Char2CharSortedMappublic char lastCharKey()
Char2CharSortedMaplastCharKey in interface Char2CharSortedMappublic char pollLastCharKey()
Char2CharSortedMappollLastCharKey in interface Char2CharSortedMappublic char firstCharValue()
Char2CharSortedMapfirstCharValue in interface Char2CharSortedMappublic char lastCharValue()
Char2CharSortedMaplastCharValue in interface Char2CharSortedMap@Deprecated public java.lang.Character firstKey()
firstKey in interface java.util.SortedMap<java.lang.Character,java.lang.Character>firstKey in interface Char2CharSortedMap@Deprecated public java.lang.Character lastKey()
lastKey in interface java.util.SortedMap<java.lang.Character,java.lang.Character>lastKey in interface Char2CharSortedMap@Deprecated public Char2CharSortedMap subMap(java.lang.Character fromKey, java.lang.Character toKey)
subMap in interface java.util.SortedMap<java.lang.Character,java.lang.Character>subMap in interface Char2CharSortedMap@Deprecated public Char2CharSortedMap headMap(java.lang.Character toKey)
headMap in interface java.util.SortedMap<java.lang.Character,java.lang.Character>headMap in interface Char2CharSortedMap@Deprecated public Char2CharSortedMap tailMap(java.lang.Character fromKey)
tailMap in interface java.util.SortedMap<java.lang.Character,java.lang.Character>tailMap in interface Char2CharSortedMap