| 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 |
|---|---|
double |
MutableByteDoubleMap.getIfAbsentPut(byte key,
DoubleFunction0 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.
|
double |
MutableCharDoubleMap.getIfAbsentPut(char key,
DoubleFunction0 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.
|
double |
MutableDoubleDoubleMap.getIfAbsentPut(double key,
DoubleFunction0 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.
|
double |
MutableFloatDoubleMap.getIfAbsentPut(float key,
DoubleFunction0 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.
|
double |
MutableIntDoubleMap.getIfAbsentPut(int key,
DoubleFunction0 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.
|
double |
MutableObjectDoubleMap.getIfAbsentPut(K key,
DoubleFunction0 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.
|
double |
MutableLongDoubleMap.getIfAbsentPut(long key,
DoubleFunction0 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.
|
double |
MutableShortDoubleMap.getIfAbsentPut(short key,
DoubleFunction0 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–2022. All rights reserved.