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.
|
Modifier and Type | Method | Description |
---|---|---|
default <R extends MutableByteCollection> |
ByteIterable.collectByte(ByteToByteFunction function,
R target) |
Returns the target
MutableByteCollection with the results of applying the specified function on each element
of the source collection. |
LazyByteIterable |
LazyByteIterable.collectByte(ByteToByteFunction function) |
Modifier and Type | Method | Description |
---|---|---|
byte |
MutableByteByteMap.getIfAbsentPutWithKey(byte key,
ByteToByteFunction function) |
|
byte |
MutableByteByteMap.updateValue(byte key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
|
byte |
MutableCharByteMap.updateValue(char key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
|
byte |
MutableDoubleByteMap.updateValue(double key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
|
byte |
MutableFloatByteMap.updateValue(float key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
|
byte |
MutableIntByteMap.updateValue(int key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
|
byte |
MutableLongByteMap.updateValue(long key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
|
byte |
MutableObjectByteMap.updateValue(K key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
|
byte |
MutableShortByteMap.updateValue(short key,
byte initialValueIfAbsent,
ByteToByteFunction function) |
Modifier and Type | Method | Description |
---|---|---|
LazyByteIterable |
AbstractLazyByteIterable.collectByte(ByteToByteFunction function) |
Constructor | Description |
---|---|
CollectByteToByteIterable(ByteIterable iterable,
ByteToByteFunction function) |
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) |
Copyright © 2004–2019. All rights reserved.