Uses of Interface
org.eclipse.collections.api.block.function.primitive.LongFunction0
-
Packages that use LongFunction0 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 LongFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongFunction0 Modifier and Type Method Description longMutableByteLongMap. 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. -
Uses of LongFunction0 in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongFunction0 Modifier and Type Method Description longByteLongHashMap. getIfAbsentPut(byte key, LongFunction0 function)longCharLongHashMap. getIfAbsentPut(char key, LongFunction0 function)longDoubleLongHashMap. getIfAbsentPut(double key, LongFunction0 function)longFloatLongHashMap. getIfAbsentPut(float key, LongFunction0 function)longIntLongHashMap. getIfAbsentPut(int key, LongFunction0 function)longLongLongHashMap. getIfAbsentPut(long key, LongFunction0 function)longObjectLongHashMap. getIfAbsentPut(K key, LongFunction0 function)longObjectLongHashMapWithHashingStrategy. getIfAbsentPut(K key, LongFunction0 function)longShortLongHashMap. getIfAbsentPut(short key, LongFunction0 function)longSynchronizedByteLongMap. getIfAbsentPut(byte key, LongFunction0 function)longSynchronizedCharLongMap. getIfAbsentPut(char key, LongFunction0 function)longSynchronizedDoubleLongMap. getIfAbsentPut(double key, LongFunction0 function)longSynchronizedFloatLongMap. getIfAbsentPut(float key, LongFunction0 function)longSynchronizedIntLongMap. getIfAbsentPut(int key, LongFunction0 function)longSynchronizedLongLongMap. getIfAbsentPut(long key, LongFunction0 function)longSynchronizedObjectLongMap. getIfAbsentPut(K key, LongFunction0 function)longSynchronizedShortLongMap. getIfAbsentPut(short key, LongFunction0 function)longUnmodifiableByteLongMap. getIfAbsentPut(byte key, LongFunction0 function)longUnmodifiableCharLongMap. getIfAbsentPut(char key, LongFunction0 function)longUnmodifiableDoubleLongMap. getIfAbsentPut(double key, LongFunction0 function)longUnmodifiableFloatLongMap. getIfAbsentPut(float key, LongFunction0 function)longUnmodifiableIntLongMap. getIfAbsentPut(int key, LongFunction0 function)longUnmodifiableLongLongMap. getIfAbsentPut(long key, LongFunction0 function)longUnmodifiableObjectLongMap. getIfAbsentPut(K key, LongFunction0 function)longUnmodifiableShortLongMap. getIfAbsentPut(short key, LongFunction0 function)
-