Uses of Interface
org.eclipse.collections.api.block.function.primitive.CharFunction0
Packages that use CharFunction0
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of CharFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharFunction0Modifier and TypeMethodDescriptioncharMutableByteCharMap.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.charMutableCharCharMap.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.charMutableDoubleCharMap.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.charMutableFloatCharMap.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.charMutableIntCharMap.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.charMutableLongCharMap.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.charMutableObjectCharMap.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.charMutableShortCharMap.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.