public static class Char2CharMaps.SynchronizedOrderedMap extends Char2CharMaps.SynchronizedMap implements Char2CharOrderedMap
AbstractChar2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2CharOrderedMap.FastOrderedSetChar2CharMap.BuilderCache, Char2CharMap.Entry, Char2CharMap.FastEntrySet, Char2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ObjectOrderedSet<Char2CharMap.Entry> |
char2CharEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
Char2CharOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
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.
|
CharOrderedSet |
keySet() |
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.
|
addTo, addToAll, clear, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, size, subFrom, supplyCharIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiableaddTo, addToAll, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceChars, replaceChars, setDefaultReturnValue, subFrom, supplyCharIfAbsent, valuespublic char putAndMoveToFirst(char key,
char value)
Char2CharOrderedMapputAndMoveToFirst in interface Char2CharOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public char putAndMoveToLast(char key,
char value)
Char2CharOrderedMapputAndMoveToLast in interface Char2CharOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(char key)
Char2CharOrderedMapmoveToFirst in interface Char2CharOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(char key)
Char2CharOrderedMapmoveToLast in interface Char2CharOrderedMapkey - that should be moved to the first lastpublic char getAndMoveToFirst(char key)
Char2CharOrderedMapgetAndMoveToFirst in interface Char2CharOrderedMapkey - that is searched forpublic char getAndMoveToLast(char key)
Char2CharOrderedMapgetAndMoveToLast in interface Char2CharOrderedMapkey - that is searched forpublic char firstCharKey()
Char2CharOrderedMapfirstCharKey in interface Char2CharOrderedMappublic char pollFirstCharKey()
Char2CharOrderedMappollFirstCharKey in interface Char2CharOrderedMappublic char lastCharKey()
Char2CharOrderedMaplastCharKey in interface Char2CharOrderedMappublic char pollLastCharKey()
Char2CharOrderedMappollLastCharKey in interface Char2CharOrderedMappublic char firstCharValue()
Char2CharOrderedMapfirstCharValue in interface Char2CharOrderedMappublic char lastCharValue()
Char2CharOrderedMaplastCharValue in interface Char2CharOrderedMappublic Char2CharOrderedMap copy()
Char2CharMapcopy in interface Char2CharMapcopy in interface Char2CharOrderedMapcopy in class Char2CharMaps.SynchronizedMappublic CharOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Character>keySet in interface Char2CharMapkeySet in interface Char2CharOrderedMapkeySet in class Char2CharMaps.SynchronizedMappublic ObjectOrderedSet<Char2CharMap.Entry> char2CharEntrySet()
Char2CharMapchar2CharEntrySet in interface Char2CharMapchar2CharEntrySet in interface Char2CharOrderedMapchar2CharEntrySet in class Char2CharMaps.SynchronizedMap