Uses of Interface
org.eclipse.collections.api.block.function.primitive.FloatFunction0
-
Packages that use FloatFunction0 Package Description 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.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of FloatFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatFunction0 Modifier and Type Method Description floatMutableByteFloatMap. 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. -
Uses of FloatFunction0 in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatFunction0 Modifier and Type Method Description floatByteFloatHashMap. getIfAbsentPut(byte key, FloatFunction0 function)floatCharFloatHashMap. getIfAbsentPut(char key, FloatFunction0 function)floatDoubleFloatHashMap. getIfAbsentPut(double key, FloatFunction0 function)floatFloatFloatHashMap. getIfAbsentPut(float key, FloatFunction0 function)floatIntFloatHashMap. getIfAbsentPut(int key, FloatFunction0 function)floatLongFloatHashMap. getIfAbsentPut(long key, FloatFunction0 function)floatObjectFloatHashMap. getIfAbsentPut(K key, FloatFunction0 function)floatObjectFloatHashMapWithHashingStrategy. getIfAbsentPut(K key, FloatFunction0 function)floatShortFloatHashMap. getIfAbsentPut(short key, FloatFunction0 function)floatSynchronizedByteFloatMap. getIfAbsentPut(byte key, FloatFunction0 function)floatSynchronizedCharFloatMap. getIfAbsentPut(char key, FloatFunction0 function)floatSynchronizedDoubleFloatMap. getIfAbsentPut(double key, FloatFunction0 function)floatSynchronizedFloatFloatMap. getIfAbsentPut(float key, FloatFunction0 function)floatSynchronizedIntFloatMap. getIfAbsentPut(int key, FloatFunction0 function)floatSynchronizedLongFloatMap. getIfAbsentPut(long key, FloatFunction0 function)floatSynchronizedObjectFloatMap. getIfAbsentPut(K key, FloatFunction0 function)floatSynchronizedShortFloatMap. getIfAbsentPut(short key, FloatFunction0 function)floatUnmodifiableByteFloatMap. getIfAbsentPut(byte key, FloatFunction0 function)floatUnmodifiableCharFloatMap. getIfAbsentPut(char key, FloatFunction0 function)floatUnmodifiableDoubleFloatMap. getIfAbsentPut(double key, FloatFunction0 function)floatUnmodifiableFloatFloatMap. getIfAbsentPut(float key, FloatFunction0 function)floatUnmodifiableIntFloatMap. getIfAbsentPut(int key, FloatFunction0 function)floatUnmodifiableLongFloatMap. getIfAbsentPut(long key, FloatFunction0 function)floatUnmodifiableObjectFloatMap. getIfAbsentPut(K key, FloatFunction0 function)floatUnmodifiableShortFloatMap. getIfAbsentPut(short key, FloatFunction0 function)
-