| 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 |
|---|---|
char |
MutableByteCharMap.getIfAbsentPut(byte key,
CharFunction0 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.
|
char |
MutableCharCharMap.getIfAbsentPut(char key,
CharFunction0 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.
|
char |
MutableDoubleCharMap.getIfAbsentPut(double key,
CharFunction0 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.
|
char |
MutableFloatCharMap.getIfAbsentPut(float key,
CharFunction0 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.
|
char |
MutableIntCharMap.getIfAbsentPut(int key,
CharFunction0 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.
|
char |
MutableObjectCharMap.getIfAbsentPut(K key,
CharFunction0 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.
|
char |
MutableLongCharMap.getIfAbsentPut(long key,
CharFunction0 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.
|
char |
MutableShortCharMap.getIfAbsentPut(short key,
CharFunction0 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–2023. All rights reserved.