public static class Long2CharMaps.SynchronizedOrderedMap extends Long2CharMaps.SynchronizedMap implements Long2CharOrderedMap
AbstractLong2CharMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Long2CharOrderedMap.FastOrderedSetLong2CharMap.BuilderCache, Long2CharMap.Entry, Long2CharMap.FastEntrySet, Long2CharMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Long2CharOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharValue()
A method to get the first Value of a Map.
|
long |
firstLongKey()
A method to get the first Key of a Map.
|
char |
getAndMoveToFirst(long key)
A Specific get method that allows to move teh given key/value int the first index.
|
char |
getAndMoveToLast(long key)
A Specific get method that allows to move teh given key/value int the last index.
|
LongOrderedSet |
keySet() |
char |
lastCharValue()
A method to get the last Value of a Map.
|
long |
lastLongKey()
A method to get the last Key of a Map.
|
ObjectOrderedSet<Long2CharMap.Entry> |
long2CharEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
boolean |
moveToFirst(long key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(long key)
A specific move method to move a given key/value to the last index.
|
long |
pollFirstLongKey()
A method to get and remove the first Key of a Map.
|
long |
pollLastLongKey()
A method to get and remove the last Key of a Map.
|
char |
putAndMoveToFirst(long key,
char value)
A customized put method that allows you to insert into the first index.
|
char |
putAndMoveToLast(long 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, applyAsChar, builder, compute, computeChar, computeCharIfAbsent, computeCharIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllChar, mergeChar, put, put, 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(long key,
char value)
Long2CharOrderedMapputAndMoveToFirst in interface Long2CharOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public char putAndMoveToLast(long key,
char value)
Long2CharOrderedMapputAndMoveToLast in interface Long2CharOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(long key)
Long2CharOrderedMapmoveToFirst in interface Long2CharOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(long key)
Long2CharOrderedMapmoveToLast in interface Long2CharOrderedMapkey - that should be moved to the first lastpublic char getAndMoveToFirst(long key)
Long2CharOrderedMapgetAndMoveToFirst in interface Long2CharOrderedMapkey - that is searched forpublic char getAndMoveToLast(long key)
Long2CharOrderedMapgetAndMoveToLast in interface Long2CharOrderedMapkey - that is searched forpublic long firstLongKey()
Long2CharOrderedMapfirstLongKey in interface Long2CharOrderedMappublic long pollFirstLongKey()
Long2CharOrderedMappollFirstLongKey in interface Long2CharOrderedMappublic long lastLongKey()
Long2CharOrderedMaplastLongKey in interface Long2CharOrderedMappublic long pollLastLongKey()
Long2CharOrderedMappollLastLongKey in interface Long2CharOrderedMappublic char firstCharValue()
Long2CharOrderedMapfirstCharValue in interface Long2CharOrderedMappublic char lastCharValue()
Long2CharOrderedMaplastCharValue in interface Long2CharOrderedMappublic Long2CharOrderedMap copy()
Long2CharMapcopy in interface Long2CharMapcopy in interface Long2CharOrderedMapcopy in class Long2CharMaps.SynchronizedMappublic LongOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Long,java.lang.Character>keySet in interface Long2CharMapkeySet in interface Long2CharOrderedMapkeySet in class Long2CharMaps.SynchronizedMappublic ObjectOrderedSet<Long2CharMap.Entry> long2CharEntrySet()
Long2CharMaplong2CharEntrySet in interface Long2CharMaplong2CharEntrySet in interface Long2CharOrderedMaplong2CharEntrySet in class Long2CharMaps.SynchronizedMap