public static class Float2FloatMaps.UnmodifyableOrderedMap extends Float2FloatMaps.UnmodifyableMap implements Float2FloatOrderedMap
AbstractFloat2FloatMap.BasicEntryjava.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>Float2FloatOrderedMap.FastOrderedSetFloat2FloatMap.BuilderCache, Float2FloatMap.Entry, Float2FloatMap.FastEntrySet, Float2FloatMap.MapBuilder| Modifier and Type | Method and Description |
|---|---|
Float2FloatOrderedMap |
copy()
A Function that does a shallow clone of the Map itself.
|
float |
firstFloatKey()
A method to get the first Key of a Map.
|
float |
firstFloatValue()
A method to get the first Value of a Map.
|
ObjectOrderedSet<Float2FloatMap.Entry> |
float2FloatEntrySet()
Type Sensitive EntrySet to reduce boxing/unboxing and optionally Temp Object Allocation.
|
float |
getAndMoveToFirst(float key)
A Specific get method that allows to move teh given key/value int the first index.
|
float |
getAndMoveToLast(float key)
A Specific get method that allows to move teh given key/value int the last index.
|
FloatOrderedSet |
keySet() |
float |
lastFloatKey()
A method to get the last Key of a Map.
|
float |
lastFloatValue()
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.
|
float |
putAndMoveToFirst(float key,
float value)
A customized put method that allows you to insert into the first index.
|
float |
putAndMoveToLast(float key,
float value)
A customized put method that allows you to insert into the last index.
|
addTo, clear, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, get, getOrDefault, mergeAllFloat, mergeFloat, put, putIfAbsent, remove, remove, removeOrDefault, replaceFloats, replaceFloats, subFrom, supplyFloatIfAbsent, valuesaddToAll, containsKey, containsValue, entrySet, equals, forEach, get, getDefaultReturnValue, getOrDefault, hashCode, put, putAll, putAll, putAll, putAll, putAllIfAbsent, remove, replace, replace, setDefaultReturnValuecontainsKey, containsValue, isEmpty, size, toStringsynchronize, synchronize, unmodifiableaddTo, addToAll, applyAsFloat, builder, compute, computeFloat, computeFloatIfAbsent, computeFloatIfPresent, computeIfAbsent, computeIfPresent, containsKey, containsKey, containsValue, containsValue, entrySet, forEach, forEach, get, get, getDefaultReturnValue, getOrDefault, getOrDefault, merge, mergeAllFloat, mergeFloat, put, put, put, put, putAll, putAll, putAll, putAll, putAll, putAllIfAbsent, putIfAbsent, putIfAbsent, remove, remove, remove, remove, removeOrDefault, replace, replace, replace, replace, replaceAll, replaceFloats, replaceFloats, setDefaultReturnValue, subFrom, supplyFloatIfAbsent, valuesandThen, compose, identitypublic float putAndMoveToFirst(float key,
float value)
Float2FloatOrderedMapputAndMoveToFirst in interface Float2FloatOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public float putAndMoveToLast(float key,
float value)
Float2FloatOrderedMapputAndMoveToLast in interface Float2FloatOrderedMapkey - the key that should be insertedvalue - the value that should be insertedMap.put(Object, Object)public boolean moveToFirst(float key)
Float2FloatOrderedMapmoveToFirst in interface Float2FloatOrderedMapkey - that should be moved to the first indexpublic boolean moveToLast(float key)
Float2FloatOrderedMapmoveToLast in interface Float2FloatOrderedMapkey - that should be moved to the first lastpublic float getAndMoveToFirst(float key)
Float2FloatOrderedMapgetAndMoveToFirst in interface Float2FloatOrderedMapkey - that is searched forpublic float getAndMoveToLast(float key)
Float2FloatOrderedMapgetAndMoveToLast in interface Float2FloatOrderedMapkey - that is searched forpublic float firstFloatKey()
Float2FloatOrderedMapfirstFloatKey in interface Float2FloatOrderedMappublic float pollFirstFloatKey()
Float2FloatOrderedMappollFirstFloatKey in interface Float2FloatOrderedMappublic float lastFloatKey()
Float2FloatOrderedMaplastFloatKey in interface Float2FloatOrderedMappublic float pollLastFloatKey()
Float2FloatOrderedMappollLastFloatKey in interface Float2FloatOrderedMappublic float firstFloatValue()
Float2FloatOrderedMapfirstFloatValue in interface Float2FloatOrderedMappublic float lastFloatValue()
Float2FloatOrderedMaplastFloatValue in interface Float2FloatOrderedMappublic Float2FloatOrderedMap copy()
Float2FloatMapcopy in interface Float2FloatMapcopy in interface Float2FloatOrderedMapcopy in class Float2FloatMaps.UnmodifyableMappublic FloatOrderedSet keySet()
keySet in interface java.util.Map<java.lang.Float,java.lang.Float>keySet in interface Float2FloatMapkeySet in interface Float2FloatOrderedMapkeySet in class Float2FloatMaps.UnmodifyableMappublic ObjectOrderedSet<Float2FloatMap.Entry> float2FloatEntrySet()
Float2FloatMapfloat2FloatEntrySet in interface Float2FloatMapfloat2FloatEntrySet in interface Float2FloatOrderedMapfloat2FloatEntrySet in class Float2FloatMaps.UnmodifyableMap