Uses of Interface
org.eclipse.collections.api.block.function.primitive.ByteToByteFunction
| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
-
Uses of ByteToByteFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ByteToByteFunction Modifier and Type Method Description default <R extends MutableByteCollection>
RByteIterable. collectByte(ByteToByteFunction function, R target)Returns the targetMutableByteCollectionwith the results of applying the specified function on each element of the source collection.LazyByteIterableLazyByteIterable. collectByte(ByteToByteFunction function) -
Uses of ByteToByteFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteToByteFunction Modifier and Type Method Description byteMutableByteByteMap. getIfAbsentPutWithKey(byte key, ByteToByteFunction function)Retrieves the value associated with the key if one exists; if it does not, associates the result of invoking the value function with the key.byteMutableByteByteMap. updateValue(byte key, byte initialValueIfAbsent, ByteToByteFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.byteMutableCharByteMap. updateValue(char key, byte initialValueIfAbsent, ByteToByteFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.byteMutableDoubleByteMap. updateValue(double key, byte initialValueIfAbsent, ByteToByteFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.byteMutableFloatByteMap. updateValue(float key, byte initialValueIfAbsent, ByteToByteFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.byteMutableIntByteMap. updateValue(int key, byte initialValueIfAbsent, ByteToByteFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.byteMutableLongByteMap. updateValue(long key, byte initialValueIfAbsent, ByteToByteFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.byteMutableObjectByteMap. updateValue(K key, byte initialValueIfAbsent, ByteToByteFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not.byteMutableShortByteMap. updateValue(short key, byte initialValueIfAbsent, ByteToByteFunction function)Updates or sets the value associated with the key by applying the function to the existing value, if one exists, or to the specified initial value if one does not. -
Uses of ByteToByteFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ByteToByteFunction Modifier and Type Method Description LazyByteIterableAbstractLazyByteIterable. collectByte(ByteToByteFunction function)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ByteToByteFunction Constructor Description CollectByteToByteIterable(ByteIterable iterable, ByteToByteFunction function) -
Uses of ByteToByteFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteToByteFunction Modifier and Type Method Description byteByteByteHashMap. getIfAbsentPutWithKey(byte key, ByteToByteFunction function)byteSynchronizedByteByteMap. getIfAbsentPutWithKey(byte key, ByteToByteFunction function)byteUnmodifiableByteByteMap. getIfAbsentPutWithKey(byte key, ByteToByteFunction function)byteByteByteHashMap. updateValue(byte key, byte initialValueIfAbsent, ByteToByteFunction function)byteCharByteHashMap. updateValue(char key, byte initialValueIfAbsent, ByteToByteFunction function)byteDoubleByteHashMap. updateValue(double key, byte initialValueIfAbsent, ByteToByteFunction function)byteFloatByteHashMap. updateValue(float key, byte initialValueIfAbsent, ByteToByteFunction function)byteIntByteHashMap. updateValue(int key, byte initialValueIfAbsent, ByteToByteFunction function)byteLongByteHashMap. updateValue(long key, byte initialValueIfAbsent, ByteToByteFunction function)byteObjectByteHashMap. updateValue(K key, byte initialValueIfAbsent, ByteToByteFunction function)byteObjectByteHashMapWithHashingStrategy. updateValue(K key, byte initialValueIfAbsent, ByteToByteFunction function)byteShortByteHashMap. updateValue(short key, byte initialValueIfAbsent, ByteToByteFunction function)byteSynchronizedByteByteMap. updateValue(byte key, byte initialValueIfAbsent, ByteToByteFunction function)byteSynchronizedCharByteMap. updateValue(char key, byte initialValueIfAbsent, ByteToByteFunction function)byteSynchronizedDoubleByteMap. updateValue(double key, byte initialValueIfAbsent, ByteToByteFunction function)byteSynchronizedFloatByteMap. updateValue(float key, byte initialValueIfAbsent, ByteToByteFunction function)byteSynchronizedIntByteMap. updateValue(int key, byte initialValueIfAbsent, ByteToByteFunction function)byteSynchronizedLongByteMap. updateValue(long key, byte initialValueIfAbsent, ByteToByteFunction function)byteSynchronizedObjectByteMap. updateValue(K key, byte initialValueIfAbsent, ByteToByteFunction function)byteSynchronizedShortByteMap. updateValue(short key, byte initialValueIfAbsent, ByteToByteFunction function)byteUnmodifiableByteByteMap. updateValue(byte key, byte initialValueIfAbsent, ByteToByteFunction function)byteUnmodifiableCharByteMap. updateValue(char key, byte initialValueIfAbsent, ByteToByteFunction function)byteUnmodifiableDoubleByteMap. updateValue(double key, byte initialValueIfAbsent, ByteToByteFunction function)byteUnmodifiableFloatByteMap. updateValue(float key, byte initialValueIfAbsent, ByteToByteFunction function)byteUnmodifiableIntByteMap. updateValue(int key, byte initialValueIfAbsent, ByteToByteFunction function)byteUnmodifiableLongByteMap. updateValue(long key, byte initialValueIfAbsent, ByteToByteFunction function)byteUnmodifiableObjectByteMap. updateValue(K key, byte initialValueIfAbsent, ByteToByteFunction function)byteUnmodifiableShortByteMap. updateValue(short key, byte initialValueIfAbsent, ByteToByteFunction function)