float |
MutableByteFloatMap.getIfAbsentPut(byte key,
FloatFunction0 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.
|
float |
MutableCharFloatMap.getIfAbsentPut(char key,
FloatFunction0 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.
|
float |
MutableDoubleFloatMap.getIfAbsentPut(double key,
FloatFunction0 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.
|
float |
MutableFloatFloatMap.getIfAbsentPut(float key,
FloatFunction0 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.
|
float |
MutableIntFloatMap.getIfAbsentPut(int key,
FloatFunction0 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.
|
float |
MutableLongFloatMap.getIfAbsentPut(long key,
FloatFunction0 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.
|
float |
MutableObjectFloatMap.getIfAbsentPut(K key,
FloatFunction0 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.
|
float |
MutableShortFloatMap.getIfAbsentPut(short key,
FloatFunction0 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.
|