public static class Float2BooleanMaps.SynchronizedOrderedMap extends Float2BooleanMaps.SynchronizedMap implements Float2BooleanOrderedMap
AbstractFloat2BooleanMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2BooleanOrderedMap.FastOrderedSetFloat2BooleanMap.BuilderCache, Float2BooleanMap.Entry, Float2BooleanMap.FastEntrySet, Float2BooleanMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Float2BooleanOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
boolean |
firstBooleanValue()
A method to get the first Value of a Map.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
ObjectOrderedSet<Float2BooleanMap.Entry> |
float2BooleanEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
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.
|
FloatOrderedSet |
keySet() |
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.
|
clear, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, size, supplyBooleanIfAbsent, valuesentrySet, equals, hashCode, putAllsynchronize, synchronize, unmodifiablebuilder, compute, computeBoolean, computeBooleanIfAbsent, computeBooleanIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllBoolean, mergeBoolean, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceBooleans, replaceBooleans, setDefaultReturnValue, supplyBooleanIfAbsent, test, valuesalwaysFalse, alwaysTrue, andType, negate, orTypepublic boolean putAndMoveToFirst(float key,
boolean value)
Float2BooleanOrderedMapputAndMoveToFirst in interface Float2BooleanOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean putAndMoveToLast(float key,
boolean value)
Float2BooleanOrderedMapputAndMoveToLast in interface Float2BooleanOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(float key)
Float2BooleanOrderedMapmoveToFirst in interface Float2BooleanOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(float key)
Float2BooleanOrderedMapmoveToLast in interface Float2BooleanOrderedMapkey - that should be moved to the first lastpublic boolean getAndMoveToFirst(float key)
Float2BooleanOrderedMapgetAndMoveToFirst in interface Float2BooleanOrderedMapkey - that is searched forpublic boolean getAndMoveToLast(float key)
Float2BooleanOrderedMapgetAndMoveToLast in interface Float2BooleanOrderedMapkey - that is searched forpublic float firstFloatKey()
Float2BooleanOrderedMapfirstFloatKey in interface Float2BooleanOrderedMappublic float pollFirstFloatKey()
Float2BooleanOrderedMappollFirstFloatKey in interface Float2BooleanOrderedMappublic float lastFloatKey()
Float2BooleanOrderedMaplastFloatKey in interface Float2BooleanOrderedMappublic float pollLastFloatKey()
Float2BooleanOrderedMappollLastFloatKey in interface Float2BooleanOrderedMappublic boolean firstBooleanValue()
Float2BooleanOrderedMapfirstBooleanValue in interface Float2BooleanOrderedMappublic boolean lastBooleanValue()
Float2BooleanOrderedMaplastBooleanValue in interface Float2BooleanOrderedMappublic Float2BooleanOrderedMap copy()
Float2BooleanMapcopy in interface Float2BooleanMapcopy in interface Float2BooleanOrderedMapcopy in class Float2BooleanMaps.SynchronizedMappublic FloatOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Boolean>keySet in interface Float2BooleanMapkeySet in interface Float2BooleanOrderedMapkeySet in class Float2BooleanMaps.SynchronizedMappublic ObjectOrderedSet<Float2BooleanMap.Entry> float2BooleanEntrySet()
Float2BooleanMapfloat2BooleanEntrySet in interface Float2BooleanMapfloat2BooleanEntrySet in interface Float2BooleanOrderedMapfloat2BooleanEntrySet in class Float2BooleanMaps.SynchronizedMap