| 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.
|
| Modifier and Type | Method and 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 |
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 |
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 |
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.
|
Copyright © 2004–2020. All rights reserved.