public static class Double2FloatMaps.SynchronizedSortedMap extends Double2FloatMaps.SynchronizedMap implements Double2FloatSortedMap
AbstractDouble2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Double2FloatSortedMap.FastSortedSetDouble2FloatMap.Entry, Double2FloatMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
DoubleComparator |
comparator() |
double |
firstDoubleKey()
A method to get the first Key of a Map.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
java.lang.Double |
firstKey()
Deprecated.
|
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.
|
Double2FloatSortedMap |
headMap(double toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Double2FloatSortedMap |
headMap(java.lang.Double toKey)
Deprecated.
|
double |
lastDoubleKey()
A method to get the last Key of a Map.
|
float |
lastFloatValue()
A method to get the last Value of a Map.
|
java.lang.Double |
lastKey()
Deprecated.
|
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.
|
Double2FloatSortedMap |
subMap(double fromKey,
double toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Double2FloatSortedMap |
subMap(java.lang.Double fromKey,
java.lang.Double toKey)
Deprecated.
|
Double2FloatSortedMap |
tailMap(double fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Double2FloatSortedMap |
tailMap(java.lang.Double fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2FloatEntrySet, forEach, forEach, get, getDefaultReturnValue, getFloat, getOrDefault, getOrDefault, keySet, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, size, valuesentrySet, equals, hashCodekeySet, valuesaddTo, addToAll, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, double2FloatEntrySet, entrySet, forEach, forEach, get, getDefaultReturnValue, getFloat, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remDouble, remDoubleOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValuepublic float putAndMoveToFirst(double key,
float value)
Double2FloatSortedMapputAndMoveToFirst in interface Double2FloatSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public float putAndMoveToLast(double key,
float value)
Double2FloatSortedMapputAndMoveToLast in interface Double2FloatSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(double key)
Double2FloatSortedMapmoveToFirst in interface Double2FloatSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(double key)
Double2FloatSortedMapmoveToLast in interface Double2FloatSortedMapkey - that should be moved to the first lastpublic float getAndMoveToFirst(double key)
Double2FloatSortedMapgetAndMoveToFirst in interface Double2FloatSortedMapkey - that is searched forpublic float getAndMoveToLast(double key)
Double2FloatSortedMapgetAndMoveToLast in interface Double2FloatSortedMapkey - that is searched forpublic DoubleComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Double,java.lang.Float>comparator in interface Double2FloatSortedMappublic Double2FloatSortedMap subMap(double fromKey, double toKey)
Double2FloatSortedMapsubMap in interface Double2FloatSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Double2FloatSortedMap headMap(double toKey)
Double2FloatSortedMapheadMap in interface Double2FloatSortedMaptoKey - where the headMap should endpublic Double2FloatSortedMap tailMap(double fromKey)
Double2FloatSortedMaptailMap in interface Double2FloatSortedMapfromKey - where the TailMap should startpublic double firstDoubleKey()
Double2FloatSortedMapfirstDoubleKey in interface Double2FloatSortedMappublic double pollFirstDoubleKey()
Double2FloatSortedMappollFirstDoubleKey in interface Double2FloatSortedMappublic double lastDoubleKey()
Double2FloatSortedMaplastDoubleKey in interface Double2FloatSortedMappublic double pollLastDoubleKey()
Double2FloatSortedMappollLastDoubleKey in interface Double2FloatSortedMappublic float firstFloatValue()
Double2FloatSortedMapfirstFloatValue in interface Double2FloatSortedMappublic float lastFloatValue()
Double2FloatSortedMaplastFloatValue in interface Double2FloatSortedMap@Deprecated public java.lang.Double firstKey()
firstKey in interface java.util.SortedMap<java.lang.Double,java.lang.Float>firstKey in interface Double2FloatSortedMap@Deprecated public java.lang.Double lastKey()
lastKey in interface java.util.SortedMap<java.lang.Double,java.lang.Float>lastKey in interface Double2FloatSortedMap@Deprecated public Double2FloatSortedMap subMap(java.lang.Double fromKey, java.lang.Double toKey)
subMap in interface java.util.SortedMap<java.lang.Double,java.lang.Float>subMap in interface Double2FloatSortedMap@Deprecated public Double2FloatSortedMap headMap(java.lang.Double toKey)
headMap in interface java.util.SortedMap<java.lang.Double,java.lang.Float>headMap in interface Double2FloatSortedMap@Deprecated public Double2FloatSortedMap tailMap(java.lang.Double fromKey)
tailMap in interface java.util.SortedMap<java.lang.Double,java.lang.Float>tailMap in interface Double2FloatSortedMap