Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanFunction0
Packages that use BooleanFunction0
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 BooleanFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type BooleanFunction0Modifier and TypeMethodDescriptionbooleanMutableByteBooleanMap.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.booleanMutableCharBooleanMap.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.booleanMutableDoubleBooleanMap.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.booleanMutableFloatBooleanMap.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.booleanMutableIntBooleanMap.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.booleanMutableLongBooleanMap.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.booleanMutableObjectBooleanMap.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.booleanMutableShortBooleanMap.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. -
Uses of BooleanFunction0 in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type BooleanFunction0Modifier and TypeMethodDescriptionbooleanByteBooleanHashMap.getIfAbsentPut(byte key, BooleanFunction0 function) booleanCharBooleanHashMap.getIfAbsentPut(char key, BooleanFunction0 function) booleanDoubleBooleanHashMap.getIfAbsentPut(double key, BooleanFunction0 function) booleanFloatBooleanHashMap.getIfAbsentPut(float key, BooleanFunction0 function) booleanIntBooleanHashMap.getIfAbsentPut(int key, BooleanFunction0 function) booleanLongBooleanHashMap.getIfAbsentPut(long key, BooleanFunction0 function) booleanObjectBooleanHashMap.getIfAbsentPut(K key, BooleanFunction0 function) booleanObjectBooleanHashMapWithHashingStrategy.getIfAbsentPut(K key, BooleanFunction0 function) booleanShortBooleanHashMap.getIfAbsentPut(short key, BooleanFunction0 function) booleanSynchronizedByteBooleanMap.getIfAbsentPut(byte key, BooleanFunction0 function) booleanSynchronizedCharBooleanMap.getIfAbsentPut(char key, BooleanFunction0 function) booleanSynchronizedDoubleBooleanMap.getIfAbsentPut(double key, BooleanFunction0 function) booleanSynchronizedFloatBooleanMap.getIfAbsentPut(float key, BooleanFunction0 function) booleanSynchronizedIntBooleanMap.getIfAbsentPut(int key, BooleanFunction0 function) booleanSynchronizedLongBooleanMap.getIfAbsentPut(long key, BooleanFunction0 function) booleanSynchronizedObjectBooleanMap.getIfAbsentPut(K key, BooleanFunction0 function) booleanSynchronizedShortBooleanMap.getIfAbsentPut(short key, BooleanFunction0 function) booleanUnmodifiableByteBooleanMap.getIfAbsentPut(byte key, BooleanFunction0 function) booleanUnmodifiableCharBooleanMap.getIfAbsentPut(char key, BooleanFunction0 function) booleanUnmodifiableDoubleBooleanMap.getIfAbsentPut(double key, BooleanFunction0 function) booleanUnmodifiableFloatBooleanMap.getIfAbsentPut(float key, BooleanFunction0 function) booleanUnmodifiableIntBooleanMap.getIfAbsentPut(int key, BooleanFunction0 function) booleanUnmodifiableLongBooleanMap.getIfAbsentPut(long key, BooleanFunction0 function) booleanUnmodifiableObjectBooleanMap.getIfAbsentPut(K key, BooleanFunction0 function) booleanUnmodifiableShortBooleanMap.getIfAbsentPut(short key, BooleanFunction0 function)