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 targetMutableFloatCollectionwith the results of applying the specified function on each element of the source collection.LazyFloatIterableLazyFloatIterable. 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 floatMutableFloatFloatMap. 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.floatMutableByteFloatMap. 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.floatMutableCharFloatMap. 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.floatMutableDoubleFloatMap. 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.floatMutableFloatFloatMap. 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.floatMutableIntFloatMap. 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.floatMutableLongFloatMap. 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.floatMutableObjectFloatMap. 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.floatMutableShortFloatMap. 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 LazyFloatIterableAbstractLazyFloatIterable. 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 floatFloatFloatHashMap. getIfAbsentPutWithKey(float key, FloatToFloatFunction function)floatSynchronizedFloatFloatMap. getIfAbsentPutWithKey(float key, FloatToFloatFunction function)floatUnmodifiableFloatFloatMap. getIfAbsentPutWithKey(float key, FloatToFloatFunction function)floatByteFloatHashMap. updateValue(byte key, float initialValueIfAbsent, FloatToFloatFunction function)floatCharFloatHashMap. updateValue(char key, float initialValueIfAbsent, FloatToFloatFunction function)floatDoubleFloatHashMap. updateValue(double key, float initialValueIfAbsent, FloatToFloatFunction function)floatFloatFloatHashMap. updateValue(float key, float initialValueIfAbsent, FloatToFloatFunction function)floatIntFloatHashMap. updateValue(int key, float initialValueIfAbsent, FloatToFloatFunction function)floatLongFloatHashMap. updateValue(long key, float initialValueIfAbsent, FloatToFloatFunction function)floatObjectFloatHashMap. updateValue(K key, float initialValueIfAbsent, FloatToFloatFunction function)floatObjectFloatHashMapWithHashingStrategy. updateValue(K key, float initialValueIfAbsent, FloatToFloatFunction function)floatShortFloatHashMap. updateValue(short key, float initialValueIfAbsent, FloatToFloatFunction function)floatSynchronizedByteFloatMap. updateValue(byte key, float initialValueIfAbsent, FloatToFloatFunction function)floatSynchronizedCharFloatMap. updateValue(char key, float initialValueIfAbsent, FloatToFloatFunction function)floatSynchronizedDoubleFloatMap. updateValue(double key, float initialValueIfAbsent, FloatToFloatFunction function)floatSynchronizedFloatFloatMap. updateValue(float key, float initialValueIfAbsent, FloatToFloatFunction function)floatSynchronizedIntFloatMap. updateValue(int key, float initialValueIfAbsent, FloatToFloatFunction function)floatSynchronizedLongFloatMap. updateValue(long key, float initialValueIfAbsent, FloatToFloatFunction function)floatSynchronizedObjectFloatMap. updateValue(K key, float initialValueIfAbsent, FloatToFloatFunction function)floatSynchronizedShortFloatMap. updateValue(short key, float initialValueIfAbsent, FloatToFloatFunction function)floatUnmodifiableByteFloatMap. updateValue(byte key, float initialValueIfAbsent, FloatToFloatFunction function)floatUnmodifiableCharFloatMap. updateValue(char key, float initialValueIfAbsent, FloatToFloatFunction function)floatUnmodifiableDoubleFloatMap. updateValue(double key, float initialValueIfAbsent, FloatToFloatFunction function)floatUnmodifiableFloatFloatMap. updateValue(float key, float initialValueIfAbsent, FloatToFloatFunction function)floatUnmodifiableIntFloatMap. updateValue(int key, float initialValueIfAbsent, FloatToFloatFunction function)floatUnmodifiableLongFloatMap. updateValue(long key, float initialValueIfAbsent, FloatToFloatFunction function)floatUnmodifiableObjectFloatMap. updateValue(K key, float initialValueIfAbsent, FloatToFloatFunction function)floatUnmodifiableShortFloatMap. updateValue(short key, float initialValueIfAbsent, FloatToFloatFunction function)