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.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
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. -
Uses of CharFunction0 in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharFunction0Modifier and TypeMethodDescriptioncharByteCharHashMap.getIfAbsentPut(byte key, CharFunction0 function) charCharCharHashMap.getIfAbsentPut(char key, CharFunction0 function) charDoubleCharHashMap.getIfAbsentPut(double key, CharFunction0 function) charFloatCharHashMap.getIfAbsentPut(float key, CharFunction0 function) charIntCharHashMap.getIfAbsentPut(int key, CharFunction0 function) charLongCharHashMap.getIfAbsentPut(long key, CharFunction0 function) charObjectCharHashMap.getIfAbsentPut(K key, CharFunction0 function) charObjectCharHashMapWithHashingStrategy.getIfAbsentPut(K key, CharFunction0 function) charShortCharHashMap.getIfAbsentPut(short key, CharFunction0 function) charSynchronizedByteCharMap.getIfAbsentPut(byte key, CharFunction0 function) charSynchronizedCharCharMap.getIfAbsentPut(char key, CharFunction0 function) charSynchronizedDoubleCharMap.getIfAbsentPut(double key, CharFunction0 function) charSynchronizedFloatCharMap.getIfAbsentPut(float key, CharFunction0 function) charSynchronizedIntCharMap.getIfAbsentPut(int key, CharFunction0 function) charSynchronizedLongCharMap.getIfAbsentPut(long key, CharFunction0 function) charSynchronizedObjectCharMap.getIfAbsentPut(K key, CharFunction0 function) charSynchronizedShortCharMap.getIfAbsentPut(short key, CharFunction0 function) charUnmodifiableByteCharMap.getIfAbsentPut(byte key, CharFunction0 function) charUnmodifiableCharCharMap.getIfAbsentPut(char key, CharFunction0 function) charUnmodifiableDoubleCharMap.getIfAbsentPut(double key, CharFunction0 function) charUnmodifiableFloatCharMap.getIfAbsentPut(float key, CharFunction0 function) charUnmodifiableIntCharMap.getIfAbsentPut(int key, CharFunction0 function) charUnmodifiableLongCharMap.getIfAbsentPut(long key, CharFunction0 function) charUnmodifiableObjectCharMap.getIfAbsentPut(K key, CharFunction0 function) charUnmodifiableShortCharMap.getIfAbsentPut(short key, CharFunction0 function)