Uses of Interface
org.eclipse.collections.api.block.function.primitive.IntFunction0
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 IntFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntFunction0 Modifier and Type Method Description int
MutableByteIntMap. 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.int
MutableCharIntMap. 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.int
MutableDoubleIntMap. 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.int
MutableFloatIntMap. 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.int
MutableIntIntMap. 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.int
MutableLongIntMap. 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.int
MutableObjectIntMap. 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.int
MutableShortIntMap. 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 IntFunction0 Modifier and Type Method Description int
ByteIntHashMap. getIfAbsentPut(byte key, IntFunction0 function)
int
CharIntHashMap. getIfAbsentPut(char key, IntFunction0 function)
int
DoubleIntHashMap. getIfAbsentPut(double key, IntFunction0 function)
int
FloatIntHashMap. getIfAbsentPut(float key, IntFunction0 function)
int
IntIntHashMap. getIfAbsentPut(int key, IntFunction0 function)
int
LongIntHashMap. getIfAbsentPut(long key, IntFunction0 function)
int
ObjectIntHashMap. getIfAbsentPut(K key, IntFunction0 function)
int
ObjectIntHashMapWithHashingStrategy. getIfAbsentPut(K key, IntFunction0 function)
int
ShortIntHashMap. getIfAbsentPut(short key, IntFunction0 function)
int
SynchronizedByteIntMap. getIfAbsentPut(byte key, IntFunction0 function)
int
SynchronizedCharIntMap. getIfAbsentPut(char key, IntFunction0 function)
int
SynchronizedDoubleIntMap. getIfAbsentPut(double key, IntFunction0 function)
int
SynchronizedFloatIntMap. getIfAbsentPut(float key, IntFunction0 function)
int
SynchronizedIntIntMap. getIfAbsentPut(int key, IntFunction0 function)
int
SynchronizedLongIntMap. getIfAbsentPut(long key, IntFunction0 function)
int
SynchronizedObjectIntMap. getIfAbsentPut(K key, IntFunction0 function)
int
SynchronizedShortIntMap. getIfAbsentPut(short key, IntFunction0 function)
int
UnmodifiableByteIntMap. getIfAbsentPut(byte key, IntFunction0 function)
int
UnmodifiableCharIntMap. getIfAbsentPut(char key, IntFunction0 function)
int
UnmodifiableDoubleIntMap. getIfAbsentPut(double key, IntFunction0 function)
int
UnmodifiableFloatIntMap. getIfAbsentPut(float key, IntFunction0 function)
int
UnmodifiableIntIntMap. getIfAbsentPut(int key, IntFunction0 function)
int
UnmodifiableLongIntMap. getIfAbsentPut(long key, IntFunction0 function)
int
UnmodifiableObjectIntMap. getIfAbsentPut(K key, IntFunction0 function)
int
UnmodifiableShortIntMap. getIfAbsentPut(short key, IntFunction0 function)