Uses of Interface
org.eclipse.collections.api.block.function.primitive.FloatFunction0
Packages that use FloatFunction0
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of FloatFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatFunction0Modifier and TypeMethodDescriptionfloatMutableByteFloatMap.getIfAbsentPut(byte key, FloatFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.floatMutableCharFloatMap.getIfAbsentPut(char key, FloatFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.floatMutableDoubleFloatMap.getIfAbsentPut(double key, FloatFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.floatMutableFloatFloatMap.getIfAbsentPut(float key, FloatFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.floatMutableIntFloatMap.getIfAbsentPut(int key, FloatFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.floatMutableLongFloatMap.getIfAbsentPut(long key, FloatFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.floatMutableObjectFloatMap.getIfAbsentPut(K key, FloatFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.floatMutableShortFloatMap.getIfAbsentPut(short key, FloatFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.