Uses of Interface
org.eclipse.collections.api.block.function.primitive.ByteFunction0
Packages that use ByteFunction0
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 ByteFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteFunction0Modifier and TypeMethodDescriptionbyteMutableByteByteMap.getIfAbsentPut(byte key, ByteFunction0 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.byteMutableCharByteMap.getIfAbsentPut(char key, ByteFunction0 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.byteMutableDoubleByteMap.getIfAbsentPut(double key, ByteFunction0 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.byteMutableFloatByteMap.getIfAbsentPut(float key, ByteFunction0 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.byteMutableIntByteMap.getIfAbsentPut(int key, ByteFunction0 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.byteMutableLongByteMap.getIfAbsentPut(long key, ByteFunction0 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.byteMutableObjectByteMap.getIfAbsentPut(K key, ByteFunction0 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.byteMutableShortByteMap.getIfAbsentPut(short key, ByteFunction0 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 ByteFunction0 in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteFunction0Modifier and TypeMethodDescriptionbyteByteByteHashMap.getIfAbsentPut(byte key, ByteFunction0 function) byteCharByteHashMap.getIfAbsentPut(char key, ByteFunction0 function) byteDoubleByteHashMap.getIfAbsentPut(double key, ByteFunction0 function) byteFloatByteHashMap.getIfAbsentPut(float key, ByteFunction0 function) byteIntByteHashMap.getIfAbsentPut(int key, ByteFunction0 function) byteLongByteHashMap.getIfAbsentPut(long key, ByteFunction0 function) byteObjectByteHashMap.getIfAbsentPut(K key, ByteFunction0 function) byteObjectByteHashMapWithHashingStrategy.getIfAbsentPut(K key, ByteFunction0 function) byteShortByteHashMap.getIfAbsentPut(short key, ByteFunction0 function) byteSynchronizedByteByteMap.getIfAbsentPut(byte key, ByteFunction0 function) byteSynchronizedCharByteMap.getIfAbsentPut(char key, ByteFunction0 function) byteSynchronizedDoubleByteMap.getIfAbsentPut(double key, ByteFunction0 function) byteSynchronizedFloatByteMap.getIfAbsentPut(float key, ByteFunction0 function) byteSynchronizedIntByteMap.getIfAbsentPut(int key, ByteFunction0 function) byteSynchronizedLongByteMap.getIfAbsentPut(long key, ByteFunction0 function) byteSynchronizedObjectByteMap.getIfAbsentPut(K key, ByteFunction0 function) byteSynchronizedShortByteMap.getIfAbsentPut(short key, ByteFunction0 function) byteUnmodifiableByteByteMap.getIfAbsentPut(byte key, ByteFunction0 function) byteUnmodifiableCharByteMap.getIfAbsentPut(char key, ByteFunction0 function) byteUnmodifiableDoubleByteMap.getIfAbsentPut(double key, ByteFunction0 function) byteUnmodifiableFloatByteMap.getIfAbsentPut(float key, ByteFunction0 function) byteUnmodifiableIntByteMap.getIfAbsentPut(int key, ByteFunction0 function) byteUnmodifiableLongByteMap.getIfAbsentPut(long key, ByteFunction0 function) byteUnmodifiableObjectByteMap.getIfAbsentPut(K key, ByteFunction0 function) byteUnmodifiableShortByteMap.getIfAbsentPut(short key, ByteFunction0 function)