Uses of Interface
org.eclipse.collections.api.block.function.primitive.LongFunction0
Packages that use LongFunction0
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 LongFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongFunction0Modifier and TypeMethodDescriptionlongMutableByteLongMap.getIfAbsentPut(byte key, LongFunction0 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.longMutableCharLongMap.getIfAbsentPut(char key, LongFunction0 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.longMutableDoubleLongMap.getIfAbsentPut(double key, LongFunction0 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.longMutableFloatLongMap.getIfAbsentPut(float key, LongFunction0 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.longMutableIntLongMap.getIfAbsentPut(int key, LongFunction0 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.longMutableLongLongMap.getIfAbsentPut(long key, LongFunction0 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.longMutableObjectLongMap.getIfAbsentPut(K key, LongFunction0 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.longMutableShortLongMap.getIfAbsentPut(short key, LongFunction0 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.