public static class Char2CharMaps.UnmodifyableSortedMap extends Char2CharMaps.UnmodifyableMap 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.
|
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
|
char |
lastCharKey()
A method to get the last Key of a Map.
|
char |
lastCharValue()
A method to get the last Value of a Map.
|
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(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
|
addTo, char2CharEntrySet, getChar, getOrDefault, keySet, put, putIfAbsent, remChar, remCharOrDefault, remove, valuesaddToAll, computeChar, computeCharIfAbsent, computeCharIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllChar, mergeChar, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceChars, replaceChars, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringfirstKey, headMap, keySet, lastKey, subMap, tailMap, 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