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 targetMutableByteCollection
with the results of applying the specified function on each element of the source collection.LazyByteIterable
LazyByteIterable. 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 byte
MutableByteByteMap. 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.byte
MutableByteByteMap. 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.byte
MutableCharByteMap. 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.byte
MutableDoubleByteMap. 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.byte
MutableFloatByteMap. 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.byte
MutableIntByteMap. 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.byte
MutableLongByteMap. 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.byte
MutableObjectByteMap. 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.byte
MutableShortByteMap. 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 LazyByteIterable
AbstractLazyByteIterable. 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 byte
ByteByteHashMap. getIfAbsentPutWithKey(byte key, ByteToByteFunction function)
byte
SynchronizedByteByteMap. getIfAbsentPutWithKey(byte key, ByteToByteFunction function)
byte
UnmodifiableByteByteMap. getIfAbsentPutWithKey(byte key, ByteToByteFunction function)
byte
ByteByteHashMap. updateValue(byte key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
CharByteHashMap. updateValue(char key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
DoubleByteHashMap. updateValue(double key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
FloatByteHashMap. updateValue(float key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
IntByteHashMap. updateValue(int key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
LongByteHashMap. updateValue(long key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
ObjectByteHashMap. updateValue(K key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
ObjectByteHashMapWithHashingStrategy. updateValue(K key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
ShortByteHashMap. updateValue(short key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
SynchronizedByteByteMap. updateValue(byte key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
SynchronizedCharByteMap. updateValue(char key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
SynchronizedDoubleByteMap. updateValue(double key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
SynchronizedFloatByteMap. updateValue(float key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
SynchronizedIntByteMap. updateValue(int key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
SynchronizedLongByteMap. updateValue(long key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
SynchronizedObjectByteMap. updateValue(K key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
SynchronizedShortByteMap. updateValue(short key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
UnmodifiableByteByteMap. updateValue(byte key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
UnmodifiableCharByteMap. updateValue(char key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
UnmodifiableDoubleByteMap. updateValue(double key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
UnmodifiableFloatByteMap. updateValue(float key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
UnmodifiableIntByteMap. updateValue(int key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
UnmodifiableLongByteMap. updateValue(long key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
UnmodifiableObjectByteMap. updateValue(K key, byte initialValueIfAbsent, ByteToByteFunction function)
byte
UnmodifiableShortByteMap. updateValue(short key, byte initialValueIfAbsent, ByteToByteFunction function)