Uses of Interface
org.eclipse.collections.api.block.function.primitive.IntFunction0
Packages that use IntFunction0
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.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of IntFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntFunction0Modifier and TypeMethodDescriptionintMutableByteIntMap.getIfAbsentPut(byte key, IntFunction0 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.intMutableCharIntMap.getIfAbsentPut(char key, IntFunction0 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.intMutableDoubleIntMap.getIfAbsentPut(double key, IntFunction0 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.intMutableFloatIntMap.getIfAbsentPut(float key, IntFunction0 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.intMutableIntIntMap.getIfAbsentPut(int key, IntFunction0 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.intMutableLongIntMap.getIfAbsentPut(long key, IntFunction0 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.intMutableObjectIntMap.getIfAbsentPut(K key, IntFunction0 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.intMutableShortIntMap.getIfAbsentPut(short key, IntFunction0 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 IntFunction0 in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntFunction0Modifier and TypeMethodDescriptionintByteIntHashMap.getIfAbsentPut(byte key, IntFunction0 function) intCharIntHashMap.getIfAbsentPut(char key, IntFunction0 function) intDoubleIntHashMap.getIfAbsentPut(double key, IntFunction0 function) intFloatIntHashMap.getIfAbsentPut(float key, IntFunction0 function) intIntIntHashMap.getIfAbsentPut(int key, IntFunction0 function) intLongIntHashMap.getIfAbsentPut(long key, IntFunction0 function) intObjectIntHashMap.getIfAbsentPut(K key, IntFunction0 function) intObjectIntHashMapWithHashingStrategy.getIfAbsentPut(K key, IntFunction0 function) intShortIntHashMap.getIfAbsentPut(short key, IntFunction0 function) intSynchronizedByteIntMap.getIfAbsentPut(byte key, IntFunction0 function) intSynchronizedCharIntMap.getIfAbsentPut(char key, IntFunction0 function) intSynchronizedDoubleIntMap.getIfAbsentPut(double key, IntFunction0 function) intSynchronizedFloatIntMap.getIfAbsentPut(float key, IntFunction0 function) intSynchronizedIntIntMap.getIfAbsentPut(int key, IntFunction0 function) intSynchronizedLongIntMap.getIfAbsentPut(long key, IntFunction0 function) intSynchronizedObjectIntMap.getIfAbsentPut(K key, IntFunction0 function) intSynchronizedShortIntMap.getIfAbsentPut(short key, IntFunction0 function) intUnmodifiableByteIntMap.getIfAbsentPut(byte key, IntFunction0 function) intUnmodifiableCharIntMap.getIfAbsentPut(char key, IntFunction0 function) intUnmodifiableDoubleIntMap.getIfAbsentPut(double key, IntFunction0 function) intUnmodifiableFloatIntMap.getIfAbsentPut(float key, IntFunction0 function) intUnmodifiableIntIntMap.getIfAbsentPut(int key, IntFunction0 function) intUnmodifiableLongIntMap.getIfAbsentPut(long key, IntFunction0 function) intUnmodifiableObjectIntMap.getIfAbsentPut(K key, IntFunction0 function) intUnmodifiableShortIntMap.getIfAbsentPut(short key, IntFunction0 function)