public static class Float2DoubleMaps.UnmodifyableSortedMap extends Float2DoubleMaps.UnmodifyableMap implements Float2DoubleSortedMap
AbstractFloat2DoubleMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2DoubleSortedMap.FastSortedSetFloat2DoubleMap.Entry, Float2DoubleMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
double |
firstDoubleValue()
A method to get the first Value of a Map.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
double |
getAndMoveToFirst(float key)
A Specific get method that allows to move teh given key/value int the first index.
|
double |
getAndMoveToLast(float key)
A Specific get method that allows to move teh given key/value int the last index.
|
Float2DoubleSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
double |
lastDoubleValue()
A method to get the last Value of a Map.
|
float |
lastFloatKey()
A method to get the last Key of a Map.
|
boolean |
moveToFirst(float key)
A specific move method to move a given key/value to the first index.
|
boolean |
moveToLast(float key)
A specific move method to move a given key/value to the last index.
|
float |
pollFirstFloatKey()
A method to get and remove the first Key of a Map.
|
float |
pollLastFloatKey()
A method to get and remove the last Key of a Map.
|
double |
putAndMoveToFirst(float key,
double value)
A customized put method that allows you to insert into the first index.
|
double |
putAndMoveToLast(float key,
double value)
A customized put method that allows you to insert into the last index.
|
Float2DoubleSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2DoubleSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, float2DoubleEntrySet, getDouble, getOrDefault, keySet, put, putIfAbsent, remFloat, remFloatOrDefault, remove, valuesaddToAll, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllDouble, mergeDouble, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceDoubles, replaceDoubles, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringfirstKey, headMap, keySet, lastKey, subMap, tailMap, valuesaddTo, addToAll, compute, computeDouble, computeDoubleIfAbsent, computeDoubleIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2DoubleEntrySet, forEach, forEach, get, getDefaultReturnValue, getDouble, getOrDefault, getOrDefault, merge, mergeAllDouble, mergeDouble, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remFloat, remFloatOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceDoubles, replaceDoubles, setDefaultReturnValuepublic double putAndMoveToFirst(float key,
double value)
Float2DoubleSortedMapputAndMoveToFirst in interface Float2DoubleSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public double putAndMoveToLast(float key,
double value)
Float2DoubleSortedMapputAndMoveToLast in interface Float2DoubleSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(float key)
Float2DoubleSortedMapmoveToFirst in interface Float2DoubleSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(float key)
Float2DoubleSortedMapmoveToLast in interface Float2DoubleSortedMapkey - that should be moved to the first lastpublic double getAndMoveToFirst(float key)
Float2DoubleSortedMapgetAndMoveToFirst in interface Float2DoubleSortedMapkey - that is searched forpublic double getAndMoveToLast(float key)
Float2DoubleSortedMapgetAndMoveToLast in interface Float2DoubleSortedMapkey - that is searched forpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Double>comparator in interface Float2DoubleSortedMappublic Float2DoubleSortedMap subMap(float fromKey, float toKey)
Float2DoubleSortedMapsubMap in interface Float2DoubleSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2DoubleSortedMap headMap(float toKey)
Float2DoubleSortedMapheadMap in interface Float2DoubleSortedMaptoKey - where the headMap should endpublic Float2DoubleSortedMap tailMap(float fromKey)
Float2DoubleSortedMaptailMap in interface Float2DoubleSortedMapfromKey - where the TailMap should startpublic float firstFloatKey()
Float2DoubleSortedMapfirstFloatKey in interface Float2DoubleSortedMappublic float pollFirstFloatKey()
Float2DoubleSortedMappollFirstFloatKey in interface Float2DoubleSortedMappublic float lastFloatKey()
Float2DoubleSortedMaplastFloatKey in interface Float2DoubleSortedMappublic float pollLastFloatKey()
Float2DoubleSortedMappollLastFloatKey in interface Float2DoubleSortedMappublic double firstDoubleValue()
Float2DoubleSortedMapfirstDoubleValue in interface Float2DoubleSortedMappublic double lastDoubleValue()
Float2DoubleSortedMaplastDoubleValue in interface Float2DoubleSortedMap