public static class Double2FloatMaps.SynchronizedOrderedMap extends Double2FloatMaps.SynchronizedMap implements Double2FloatOrderedMap
AbstractDouble2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2FloatOrderedMap.FastOrderedSetDouble2FloatMap.BuilderCache, Double2FloatMap.Entry, Double2FloatMap.FastEntrySet, Double2FloatMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Double2FloatOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
ObjectOrderedSet<Double2FloatMap.Entry> |
double2FloatEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
float |
getAndMoveToFirst(double key)
A Specific get method that allows to move teh given key/value int the first index.
|
float |
getAndMoveToLast(double key)
A Specific get method that allows to move teh given key/value int the last index.
|
DoubleOrderedSet |
keySet() |
double |
lastDoubleKey()
A method to get the last Key of a Map.
|
float |
lastFloatValue()
A method to get the last Value of a Map.
|
boolean |
moveToFirst(double key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(double key)
A specific move method to move a given key/value to the last index.
|
double |
pollFirstDoubleKey()
A method to get and remove the first Key of a Map.
|
double |
pollLastDoubleKey()
A method to get and remove the last Key of a Map.
|
float |
putAndMoveToFirst(double key,
float value)
A customized put method that allows you to insert into the first index.
|
float |
putAndMoveToLast(double key,
float value)
A customized put method that allows you to insert into the last index.
|
addTo, addToAll, clear, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, size, subFrom, supplyFloatIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiableaddTo, addToAll, builder, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, subFrom, supplyFloatIfAbsent, valuespublic float putAndMoveToFirst(double key,
float value)
Double2FloatOrderedMapputAndMoveToFirst in interface Double2FloatOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public float putAndMoveToLast(double key,
float value)
Double2FloatOrderedMapputAndMoveToLast in interface Double2FloatOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(double key)
Double2FloatOrderedMapmoveToFirst in interface Double2FloatOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(double key)
Double2FloatOrderedMapmoveToLast in interface Double2FloatOrderedMapkey - that should be moved to the first lastpublic float getAndMoveToFirst(double key)
Double2FloatOrderedMapgetAndMoveToFirst in interface Double2FloatOrderedMapkey - that is searched forpublic float getAndMoveToLast(double key)
Double2FloatOrderedMapgetAndMoveToLast in interface Double2FloatOrderedMapkey - that is searched forpublic double firstDoubleKey()
Double2FloatOrderedMapfirstDoubleKey in interface Double2FloatOrderedMappublic double pollFirstDoubleKey()
Double2FloatOrderedMappollFirstDoubleKey in interface Double2FloatOrderedMappublic double lastDoubleKey()
Double2FloatOrderedMaplastDoubleKey in interface Double2FloatOrderedMappublic double pollLastDoubleKey()
Double2FloatOrderedMappollLastDoubleKey in interface Double2FloatOrderedMappublic float firstFloatValue()
Double2FloatOrderedMapfirstFloatValue in interface Double2FloatOrderedMappublic float lastFloatValue()
Double2FloatOrderedMaplastFloatValue in interface Double2FloatOrderedMappublic Double2FloatOrderedMap copy()
Double2FloatMapcopy in interface Double2FloatMapcopy in interface Double2FloatOrderedMapcopy in class Double2FloatMaps.SynchronizedMappublic DoubleOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Double,java.lang.Float>keySet in interface Double2FloatMapkeySet in interface Double2FloatOrderedMapkeySet in class Double2FloatMaps.SynchronizedMappublic ObjectOrderedSet<Double2FloatMap.Entry> double2FloatEntrySet()
Double2FloatMapdouble2FloatEntrySet in interface Double2FloatMapdouble2FloatEntrySet in interface Double2FloatOrderedMapdouble2FloatEntrySet in class Double2FloatMaps.SynchronizedMap