public static class Float2LongMaps.UnmodifyableSortedMap extends Float2LongMaps.UnmodifyableMap implements Float2LongSortedMap
AbstractFloat2LongMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2LongSortedMap.FastSortedSetFloat2LongMap.Entry, Float2LongMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
float |
firstFloatKey()
A method to get the first Key of a Map.
|
long |
firstLongValue()
A method to get the first Value of a Map.
|
long |
getAndMoveToFirst(float key)
A Specific get method that allows to move teh given key/value int the first index.
|
long |
getAndMoveToLast(float key)
A Specific get method that allows to move teh given key/value int the last index.
|
Float2LongSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
float |
lastFloatKey()
A method to get the last Key of a Map.
|
long |
lastLongValue()
A method to get the last Value 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.
|
long |
putAndMoveToFirst(float key,
long value)
A customized put method that allows you to insert into the first index.
|
long |
putAndMoveToLast(float key,
long value)
A customized put method that allows you to insert into the last index.
|
Float2LongSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2LongSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
addTo, float2LongEntrySet, getLong, getOrDefault, keySet, put, putIfAbsent, remFloat, remFloatOrDefault, remove, valuesaddToAll, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllLong, mergeLong, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceLongs, replaceLongs, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringfirstKey, headMap, keySet, lastKey, subMap, tailMap, valuesaddTo, addToAll, compute, computeIfAbsent, computeIfPresent, computeLong, computeLongIfAbsent, computeLongIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2LongEntrySet, forEach, forEach, get, getDefaultReturnValue, getLong, getOrDefault, getOrDefault, merge, mergeAllLong, mergeLong, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remFloat, remFloatOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceLongs, replaceLongs, setDefaultReturnValuepublic long putAndMoveToFirst(float key,
long value)
Float2LongSortedMapputAndMoveToFirst in interface Float2LongSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public long putAndMoveToLast(float key,
long value)
Float2LongSortedMapputAndMoveToLast in interface Float2LongSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(float key)
Float2LongSortedMapmoveToFirst in interface Float2LongSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(float key)
Float2LongSortedMapmoveToLast in interface Float2LongSortedMapkey - that should be moved to the first lastpublic long getAndMoveToFirst(float key)
Float2LongSortedMapgetAndMoveToFirst in interface Float2LongSortedMapkey - that is searched forpublic long getAndMoveToLast(float key)
Float2LongSortedMapgetAndMoveToLast in interface Float2LongSortedMapkey - that is searched forpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Long>comparator in interface Float2LongSortedMappublic Float2LongSortedMap subMap(float fromKey, float toKey)
Float2LongSortedMapsubMap in interface Float2LongSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2LongSortedMap headMap(float toKey)
Float2LongSortedMapheadMap in interface Float2LongSortedMaptoKey - where the headMap should endpublic Float2LongSortedMap tailMap(float fromKey)
Float2LongSortedMaptailMap in interface Float2LongSortedMapfromKey - where the TailMap should startpublic float firstFloatKey()
Float2LongSortedMapfirstFloatKey in interface Float2LongSortedMappublic float pollFirstFloatKey()
Float2LongSortedMappollFirstFloatKey in interface Float2LongSortedMappublic float lastFloatKey()
Float2LongSortedMaplastFloatKey in interface Float2LongSortedMappublic float pollLastFloatKey()
Float2LongSortedMappollLastFloatKey in interface Float2LongSortedMappublic long firstLongValue()
Float2LongSortedMapfirstLongValue in interface Float2LongSortedMappublic long lastLongValue()
Float2LongSortedMaplastLongValue in interface Float2LongSortedMap