public static class Float2IntMaps.SynchronizedSortedMap extends Float2IntMaps.SynchronizedMap implements Float2IntSortedMap
AbstractFloat2IntMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2IntSortedMap.FastSortedSetFloat2IntMap.Entry, Float2IntMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
float |
firstFloatKey()
A method to get the first Key of a Map.
|
int |
firstIntValue()
A method to get the first Value of a Map.
|
java.lang.Float |
firstKey()
Deprecated.
|
int |
getAndMoveToFirst(float key)
A Specific get method that allows to move teh given key/value int the first index.
|
int |
getAndMoveToLast(float key)
A Specific get method that allows to move teh given key/value int the last index.
|
Float2IntSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
Float2IntSortedMap |
headMap(java.lang.Float toKey)
Deprecated.
|
float |
lastFloatKey()
A method to get the last Key of a Map.
|
int |
lastIntValue()
A method to get the last Value of a Map.
|
java.lang.Float |
lastKey()
Deprecated.
|
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.
|
int |
putAndMoveToFirst(float key,
int value)
A customized put method that allows you to insert into the first index.
|
int |
putAndMoveToLast(float key,
int value)
A customized put method that allows you to insert into the last index.
|
Float2IntSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2IntSortedMap |
subMap(java.lang.Float fromKey,
java.lang.Float toKey)
Deprecated.
|
Float2IntSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
Float2IntSortedMap |
tailMap(java.lang.Float fromKey)
Deprecated.
|
addTo, addToAll, clear, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, float2IntEntrySet, forEach, forEach, get, getDefaultReturnValue, getInt, getOrDefault, getOrDefault, keySet, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remFloat, remFloatOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValue, size, valuesentrySet, equals, hashCodekeySet, valuesaddTo, addToAll, compute, computeIfAbsent, computeIfPresent, computeInt, computeIntIfAbsent, computeIntIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2IntEntrySet, forEach, forEach, get, getDefaultReturnValue, getInt, getOrDefault, getOrDefault, merge, mergeAllInt, mergeInt, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remFloat, remFloatOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceInts, replaceInts, setDefaultReturnValuepublic int putAndMoveToFirst(float key,
int value)
Float2IntSortedMapputAndMoveToFirst in interface Float2IntSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public int putAndMoveToLast(float key,
int value)
Float2IntSortedMapputAndMoveToLast in interface Float2IntSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(float key)
Float2IntSortedMapmoveToFirst in interface Float2IntSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(float key)
Float2IntSortedMapmoveToLast in interface Float2IntSortedMapkey - that should be moved to the first lastpublic int getAndMoveToFirst(float key)
Float2IntSortedMapgetAndMoveToFirst in interface Float2IntSortedMapkey - that is searched forpublic int getAndMoveToLast(float key)
Float2IntSortedMapgetAndMoveToLast in interface Float2IntSortedMapkey - that is searched forpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>comparator in interface Float2IntSortedMappublic Float2IntSortedMap subMap(float fromKey, float toKey)
Float2IntSortedMapsubMap in interface Float2IntSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2IntSortedMap headMap(float toKey)
Float2IntSortedMapheadMap in interface Float2IntSortedMaptoKey - where the headMap should endpublic Float2IntSortedMap tailMap(float fromKey)
Float2IntSortedMaptailMap in interface Float2IntSortedMapfromKey - where the TailMap should startpublic float firstFloatKey()
Float2IntSortedMapfirstFloatKey in interface Float2IntSortedMappublic float pollFirstFloatKey()
Float2IntSortedMappollFirstFloatKey in interface Float2IntSortedMappublic float lastFloatKey()
Float2IntSortedMaplastFloatKey in interface Float2IntSortedMappublic float pollLastFloatKey()
Float2IntSortedMappollLastFloatKey in interface Float2IntSortedMappublic int firstIntValue()
Float2IntSortedMapfirstIntValue in interface Float2IntSortedMappublic int lastIntValue()
Float2IntSortedMaplastIntValue in interface Float2IntSortedMap@Deprecated public java.lang.Float firstKey()
firstKey in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>firstKey in interface Float2IntSortedMap@Deprecated public java.lang.Float lastKey()
lastKey in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>lastKey in interface Float2IntSortedMap@Deprecated public Float2IntSortedMap subMap(java.lang.Float fromKey, java.lang.Float toKey)
subMap in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>subMap in interface Float2IntSortedMap@Deprecated public Float2IntSortedMap headMap(java.lang.Float toKey)
headMap in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>headMap in interface Float2IntSortedMap@Deprecated public Float2IntSortedMap tailMap(java.lang.Float fromKey)
tailMap in interface java.util.SortedMap<java.lang.Float,java.lang.Integer>tailMap in interface Float2IntSortedMap