boolean |
MutableByteBooleanMap.getIfAbsentPut(byte key,
BooleanFunction0 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.
|
boolean |
MutableCharBooleanMap.getIfAbsentPut(char key,
BooleanFunction0 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.
|
boolean |
MutableDoubleBooleanMap.getIfAbsentPut(double key,
BooleanFunction0 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.
|
boolean |
MutableFloatBooleanMap.getIfAbsentPut(float key,
BooleanFunction0 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.
|
boolean |
MutableIntBooleanMap.getIfAbsentPut(int key,
BooleanFunction0 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.
|
boolean |
MutableLongBooleanMap.getIfAbsentPut(long key,
BooleanFunction0 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.
|
boolean |
MutableObjectBooleanMap.getIfAbsentPut(K key,
BooleanFunction0 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.
|
boolean |
MutableShortBooleanMap.getIfAbsentPut(short key,
BooleanFunction0 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.
|