short |
MutableByteShortMap.getIfAbsentPut(byte key,
ShortFunction0 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.
|
short |
MutableCharShortMap.getIfAbsentPut(char key,
ShortFunction0 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.
|
short |
MutableDoubleShortMap.getIfAbsentPut(double key,
ShortFunction0 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.
|
short |
MutableFloatShortMap.getIfAbsentPut(float key,
ShortFunction0 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.
|
short |
MutableIntShortMap.getIfAbsentPut(int key,
ShortFunction0 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.
|
short |
MutableLongShortMap.getIfAbsentPut(long key,
ShortFunction0 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.
|
short |
MutableObjectShortMap.getIfAbsentPut(K key,
ShortFunction0 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.
|
short |
MutableShortShortMap.getIfAbsentPut(short key,
ShortFunction0 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.
|