public static class Char2DoubleMaps.UnmodifyableOrderedMap extends Char2DoubleMaps.UnmodifyableMap implements Char2DoubleOrderedMap
AbstractChar2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Char2DoubleOrderedMap.FastOrderedSetChar2DoubleMap.BuilderCache, Char2DoubleMap.Entry, Char2DoubleMap.FastEntrySet, Char2DoubleMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
ObjectOrderedSet<Char2DoubleMap.Entry> |
char2DoubleEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
Char2DoubleOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
char |
firstCharKey()
A method to get the first Key of a Map.
|
double |
firstDoubleValue()
A method to get the first Value of a Map.
|
double |
getAndMoveToFirst(char key)
A Specific get method that allows to move teh given key/value int the first index.
|
double |
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.
|
double |
lastDoubleValue()
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.
|
double |
putAndMoveToFirst(char key,
double value)
A customized put method that allows you to insert into the first index.
|
double |
putAndMoveToLast(char key,
double value)
A customized put method that allows you to insert into the last index.
|
addTo, clear, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, get, getOrDefault, mergeAllDouble, mergeDouble, put, putIfAbsent, remove, remove, removeOrDefault, replaceDoubles, replaceDoubles, subFrom, supplyDoubleIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringsynchronize, synchronize, unmodifiableaddTo, addToAll, builder, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValue, subFrom, supplyDoubleIfAbsent, valuespublic double putAndMoveToFirst(char key,
double value)
Char2DoubleOrderedMapputAndMoveToFirst in interface Char2DoubleOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public double putAndMoveToLast(char key,
double value)
Char2DoubleOrderedMapputAndMoveToLast in interface Char2DoubleOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(char key)
Char2DoubleOrderedMapmoveToFirst in interface Char2DoubleOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(char key)
Char2DoubleOrderedMapmoveToLast in interface Char2DoubleOrderedMapkey - that should be moved to the first lastpublic double getAndMoveToFirst(char key)
Char2DoubleOrderedMapgetAndMoveToFirst in interface Char2DoubleOrderedMapkey - that is searched forpublic double getAndMoveToLast(char key)
Char2DoubleOrderedMapgetAndMoveToLast in interface Char2DoubleOrderedMapkey - that is searched forpublic char firstCharKey()
Char2DoubleOrderedMapfirstCharKey in interface Char2DoubleOrderedMappublic char pollFirstCharKey()
Char2DoubleOrderedMappollFirstCharKey in interface Char2DoubleOrderedMappublic char lastCharKey()
Char2DoubleOrderedMaplastCharKey in interface Char2DoubleOrderedMappublic char pollLastCharKey()
Char2DoubleOrderedMappollLastCharKey in interface Char2DoubleOrderedMappublic double firstDoubleValue()
Char2DoubleOrderedMapfirstDoubleValue in interface Char2DoubleOrderedMappublic double lastDoubleValue()
Char2DoubleOrderedMaplastDoubleValue in interface Char2DoubleOrderedMappublic Char2DoubleOrderedMap copy()
Char2DoubleMapcopy in interface Char2DoubleMapcopy in interface Char2DoubleOrderedMapcopy in class Char2DoubleMaps.UnmodifyableMappublic CharOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Character,java.lang.Double>keySet in interface Char2DoubleMapkeySet in interface Char2DoubleOrderedMapkeySet in class Char2DoubleMaps.UnmodifyableMappublic ObjectOrderedSet<Char2DoubleMap.Entry> char2DoubleEntrySet()
Char2DoubleMapchar2DoubleEntrySet in interface Char2DoubleMapchar2DoubleEntrySet in interface Char2DoubleOrderedMapchar2DoubleEntrySet in class Char2DoubleMaps.UnmodifyableMap