public static class Int2CharMaps.SynchronizedOrderedMap extends Int2CharMaps.SynchronizedMap implements Int2CharOrderedMap
AbstractInt2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Int2CharOrderedMap.FastOrderedSetInt2CharMap.BuilderCache, Int2CharMap.Entry, Int2CharMap.FastEntrySet, Int2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Int2CharOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharValue()
A method to get the first Value of a Map.
|
int |
firstIntKey()
A method to get the first Key of a Map.
|
char |
getAndMoveToFirst(int key)
A Specific get method that allows to move teh given key/value int the first index.
|
char |
getAndMoveToLast(int key)
A Specific get method that allows to move teh given key/value int the last index.
|
ObjectOrderedSet<Int2CharMap.Entry> |
int2CharEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
IntOrderedSet |
keySet() |
char |
lastCharValue()
A method to get the last Value of a Map.
|
int |
lastIntKey()
A method to get the last Key of a Map.
|
boolean |
moveToFirst(int key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(int key)
A specific move method to move a given key/value to the last index.
|
int |
pollFirstIntKey()
A method to get and remove the first Key of a Map.
|
int |
pollLastIntKey()
A method to get and remove the last Key of a Map.
|
char |
putAndMoveToFirst(int key,
char value)
A customized put method that allows you to insert into the first index.
|
char |
putAndMoveToLast(int 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(int key,
char value)
Int2CharOrderedMapputAndMoveToFirst in interface Int2CharOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public char putAndMoveToLast(int key,
char value)
Int2CharOrderedMapputAndMoveToLast in interface Int2CharOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(int key)
Int2CharOrderedMapmoveToFirst in interface Int2CharOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(int key)
Int2CharOrderedMapmoveToLast in interface Int2CharOrderedMapkey - that should be moved to the first lastpublic char getAndMoveToFirst(int key)
Int2CharOrderedMapgetAndMoveToFirst in interface Int2CharOrderedMapkey - that is searched forpublic char getAndMoveToLast(int key)
Int2CharOrderedMapgetAndMoveToLast in interface Int2CharOrderedMapkey - that is searched forpublic int firstIntKey()
Int2CharOrderedMapfirstIntKey in interface Int2CharOrderedMappublic int pollFirstIntKey()
Int2CharOrderedMappollFirstIntKey in interface Int2CharOrderedMappublic int lastIntKey()
Int2CharOrderedMaplastIntKey in interface Int2CharOrderedMappublic int pollLastIntKey()
Int2CharOrderedMappollLastIntKey in interface Int2CharOrderedMappublic char firstCharValue()
Int2CharOrderedMapfirstCharValue in interface Int2CharOrderedMappublic char lastCharValue()
Int2CharOrderedMaplastCharValue in interface Int2CharOrderedMappublic Int2CharOrderedMap copy()
Int2CharMapcopy in interface Int2CharMapcopy in interface Int2CharOrderedMapcopy in class Int2CharMaps.SynchronizedMappublic IntOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Integer,java.lang.Character>keySet in interface Int2CharMapkeySet in interface Int2CharOrderedMapkeySet in class Int2CharMaps.SynchronizedMappublic ObjectOrderedSet<Int2CharMap.Entry> int2CharEntrySet()
Int2CharMapint2CharEntrySet in interface Int2CharMapint2CharEntrySet in interface Int2CharOrderedMapint2CharEntrySet in class Int2CharMaps.SynchronizedMap