public static class Float2BooleanMaps.UnmodifyableSortedMap extends Float2BooleanMaps.UnmodifyableMap implements Float2BooleanSortedMap
AbstractFloat2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2BooleanSortedMap.FastSortedSetFloat2BooleanMap.Entry, Float2BooleanMap.FastEntrySet| Modifier and Type | Method and Description |
|---|---|
FloatComparator |
comparator() |
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
boolean |
getAndMoveToFirst(float key)
A Specific get method that allows to move teh given key/value int the first index.
|
boolean |
getAndMoveToLast(float key)
A Specific get method that allows to move teh given key/value int the last index.
|
Float2BooleanSortedMap |
headMap(float toKey)
A Type Specific HeadMap method to reduce boxing/unboxing
|
boolean |
lastBooleanValue()
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.
|
boolean |
putAndMoveToFirst(float key,
boolean value)
A customized put method that allows you to insert into the first index.
|
boolean |
putAndMoveToLast(float key,
boolean value)
A customized put method that allows you to insert into the last index.
|
Float2BooleanSortedMap |
subMap(float fromKey,
float toKey)
A Type Specific SubMap method to reduce boxing/unboxing
|
Float2BooleanSortedMap |
tailMap(float fromKey)
A Type Specific TailMap method to reduce boxing/unboxing
|
float2BooleanEntrySet, getBoolean, getOrDefault, keySet, put, putIfAbsent, remFloat, remFloatOrDefault, remove, valuescomputeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, mergeAllBoolean, mergeBoolean, putAll, putAll, putAll, putAllIfAbsent, replace, replace, replaceBooleans, replaceBooleans, setDefaultReturnValueclear, containsKey, containsValue, isEmpty, put, remove, size, toStringfirstKey, headMap, keySet, lastKey, subMap, tailMap, valuescompute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, float2BooleanEntrySet, forEach, forEach, get, getBoolean, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remFloat, remFloatOrDefault, remove, remove, remove, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValuepublic boolean putAndMoveToFirst(float key,
boolean value)
Float2BooleanSortedMapputAndMoveToFirst in interface Float2BooleanSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean putAndMoveToLast(float key,
boolean value)
Float2BooleanSortedMapputAndMoveToLast in interface Float2BooleanSortedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(float key)
Float2BooleanSortedMapmoveToFirst in interface Float2BooleanSortedMapkey - that should be moved to the first indexpublic boolean moveToLast(float key)
Float2BooleanSortedMapmoveToLast in interface Float2BooleanSortedMapkey - that should be moved to the first lastpublic boolean getAndMoveToFirst(float key)
Float2BooleanSortedMapgetAndMoveToFirst in interface Float2BooleanSortedMapkey - that is searched forpublic boolean getAndMoveToLast(float key)
Float2BooleanSortedMapgetAndMoveToLast in interface Float2BooleanSortedMapkey - that is searched forpublic FloatComparator comparator()
comparator in interface java.util.SortedMap<java.lang.Float,java.lang.Boolean>comparator in interface Float2BooleanSortedMappublic Float2BooleanSortedMap subMap(float fromKey, float toKey)
Float2BooleanSortedMapsubMap in interface Float2BooleanSortedMapfromKey - where the submap should starttoKey - where the subMap should endpublic Float2BooleanSortedMap headMap(float toKey)
Float2BooleanSortedMapheadMap in interface Float2BooleanSortedMaptoKey - where the headMap should endpublic Float2BooleanSortedMap tailMap(float fromKey)
Float2BooleanSortedMaptailMap in interface Float2BooleanSortedMapfromKey - where the TailMap should startpublic float firstFloatKey()
Float2BooleanSortedMapfirstFloatKey in interface Float2BooleanSortedMappublic float pollFirstFloatKey()
Float2BooleanSortedMappollFirstFloatKey in interface Float2BooleanSortedMappublic float lastFloatKey()
Float2BooleanSortedMaplastFloatKey in interface Float2BooleanSortedMappublic float pollLastFloatKey()
Float2BooleanSortedMappollLastFloatKey in interface Float2BooleanSortedMappublic boolean firstBooleanValue()
Float2BooleanSortedMapfirstBooleanValue in interface Float2BooleanSortedMappublic boolean lastBooleanValue()
Float2BooleanSortedMaplastBooleanValue in interface Float2BooleanSortedMap