Uses of Interface
org.eclipse.collections.api.block.function.primitive.FloatToFloatFunction
Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
-
Uses of FloatToFloatFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type FloatToFloatFunction Modifier and Type Method Description default <R extends MutableFloatCollection>
RFloatIterable. collectFloat(FloatToFloatFunction function, R target)
Returns the targetMutableFloatCollection
with the results of applying the specified function on each element of the source collection.LazyFloatIterable
LazyFloatIterable. collectFloat(FloatToFloatFunction function)
-
Uses of FloatToFloatFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatToFloatFunction Modifier and Type Method Description float
MutableFloatFloatMap. getIfAbsentPutWithKey(float key, FloatToFloatFunction function)
Retrieves the value associated with the key if one exists; if it does not, associates the result of invoking the value function with the key.float
MutableByteFloatMap. updateValue(byte key, float initialValueIfAbsent, FloatToFloatFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.float
MutableCharFloatMap. updateValue(char key, float initialValueIfAbsent, FloatToFloatFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.float
MutableDoubleFloatMap. updateValue(double key, float initialValueIfAbsent, FloatToFloatFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.float
MutableFloatFloatMap. updateValue(float key, float initialValueIfAbsent, FloatToFloatFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.float
MutableIntFloatMap. updateValue(int key, float initialValueIfAbsent, FloatToFloatFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.float
MutableLongFloatMap. updateValue(long key, float initialValueIfAbsent, FloatToFloatFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.float
MutableObjectFloatMap. updateValue(K key, float initialValueIfAbsent, FloatToFloatFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.float
MutableShortFloatMap. updateValue(short key, float initialValueIfAbsent, FloatToFloatFunction function)
Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not. -
Uses of FloatToFloatFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type FloatToFloatFunction Modifier and Type Method Description LazyFloatIterable
AbstractLazyFloatIterable. collectFloat(FloatToFloatFunction function)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type FloatToFloatFunction Constructor Description CollectFloatToFloatIterable(FloatIterable iterable, FloatToFloatFunction function)
-
Uses of FloatToFloatFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatToFloatFunction Modifier and Type Method Description float
FloatFloatHashMap. getIfAbsentPutWithKey(float key, FloatToFloatFunction function)
float
SynchronizedFloatFloatMap. getIfAbsentPutWithKey(float key, FloatToFloatFunction function)
float
UnmodifiableFloatFloatMap. getIfAbsentPutWithKey(float key, FloatToFloatFunction function)
float
ByteFloatHashMap. updateValue(byte key, float initialValueIfAbsent, FloatToFloatFunction function)
float
CharFloatHashMap. updateValue(char key, float initialValueIfAbsent, FloatToFloatFunction function)
float
DoubleFloatHashMap. updateValue(double key, float initialValueIfAbsent, FloatToFloatFunction function)
float
FloatFloatHashMap. updateValue(float key, float initialValueIfAbsent, FloatToFloatFunction function)
float
IntFloatHashMap. updateValue(int key, float initialValueIfAbsent, FloatToFloatFunction function)
float
LongFloatHashMap. updateValue(long key, float initialValueIfAbsent, FloatToFloatFunction function)
float
ObjectFloatHashMap. updateValue(K key, float initialValueIfAbsent, FloatToFloatFunction function)
float
ObjectFloatHashMapWithHashingStrategy. updateValue(K key, float initialValueIfAbsent, FloatToFloatFunction function)
float
ShortFloatHashMap. updateValue(short key, float initialValueIfAbsent, FloatToFloatFunction function)
float
SynchronizedByteFloatMap. updateValue(byte key, float initialValueIfAbsent, FloatToFloatFunction function)
float
SynchronizedCharFloatMap. updateValue(char key, float initialValueIfAbsent, FloatToFloatFunction function)
float
SynchronizedDoubleFloatMap. updateValue(double key, float initialValueIfAbsent, FloatToFloatFunction function)
float
SynchronizedFloatFloatMap. updateValue(float key, float initialValueIfAbsent, FloatToFloatFunction function)
float
SynchronizedIntFloatMap. updateValue(int key, float initialValueIfAbsent, FloatToFloatFunction function)
float
SynchronizedLongFloatMap. updateValue(long key, float initialValueIfAbsent, FloatToFloatFunction function)
float
SynchronizedObjectFloatMap. updateValue(K key, float initialValueIfAbsent, FloatToFloatFunction function)
float
SynchronizedShortFloatMap. updateValue(short key, float initialValueIfAbsent, FloatToFloatFunction function)
float
UnmodifiableByteFloatMap. updateValue(byte key, float initialValueIfAbsent, FloatToFloatFunction function)
float
UnmodifiableCharFloatMap. updateValue(char key, float initialValueIfAbsent, FloatToFloatFunction function)
float
UnmodifiableDoubleFloatMap. updateValue(double key, float initialValueIfAbsent, FloatToFloatFunction function)
float
UnmodifiableFloatFloatMap. updateValue(float key, float initialValueIfAbsent, FloatToFloatFunction function)
float
UnmodifiableIntFloatMap. updateValue(int key, float initialValueIfAbsent, FloatToFloatFunction function)
float
UnmodifiableLongFloatMap. updateValue(long key, float initialValueIfAbsent, FloatToFloatFunction function)
float
UnmodifiableObjectFloatMap. updateValue(K key, float initialValueIfAbsent, FloatToFloatFunction function)
float
UnmodifiableShortFloatMap. updateValue(short key, float initialValueIfAbsent, FloatToFloatFunction function)