| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.collection | |
| org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list 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.api.ordered.primitive | |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| Modifier and Type | Method and Description |
|---|---|
default <R extends MutableByteCollection> |
BooleanIterable.collectByte(BooleanToByteFunction function,
R target)
Returns the target
MutableByteCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableByteCollection> |
RichIterable.collectByte(ByteFunction<? super T> byteFunction,
R target)
Same as
RichIterable.collectByte(ByteFunction), except that the results are gathered into the specified target
collection. |
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. |
default <R extends MutableByteCollection> |
CharIterable.collectByte(CharToByteFunction function,
R target)
Returns the target
MutableByteCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableByteCollection> |
DoubleIterable.collectByte(DoubleToByteFunction function,
R target)
Returns the target
MutableByteCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableByteCollection> |
FloatIterable.collectByte(FloatToByteFunction function,
R target)
Returns the target
MutableByteCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableByteCollection> |
IntIterable.collectByte(IntToByteFunction function,
R target)
Returns the target
MutableByteCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableByteCollection> |
LongIterable.collectByte(LongToByteFunction function,
R target)
Returns the target
MutableByteCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableByteCollection> |
ShortIterable.collectByte(ShortToByteFunction function,
R target)
Returns the target
MutableByteCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableByteCollection> |
RichIterable.flatCollectByte(Function<? super T,? extends ByteIterable> function,
R target)
Same as flatCollect, only the results are collected into the target collection.
|
default <R extends MutableByteCollection> |
ByteIterable.reject(BytePredicate predicate,
R target)
Same as
ByteIterable.reject(BytePredicate) , only the results are added to the target MutableByteCollection. |
default <R extends MutableByteCollection> |
ByteIterable.select(BytePredicate predicate,
R target)
Same as
ByteIterable.select(BytePredicate) , only the results are added to the target MutableByteCollection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableByteBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
default MutableByteCollection |
MutableCollection.collectByte(ByteFunction<? super T> byteFunction)
Returns a new primitive
byte iterable with the results of applying the specified function on each element
of the source collection. |
| Modifier and Type | Method and Description |
|---|---|
MutableByteCollection |
MutableByteCollection.asSynchronized() |
MutableByteCollection |
MutableByteCollection.asUnmodifiable() |
default MutableByteCollection |
MutableByteCollection.newEmpty()
Creates a new empty mutable version of the same collection type.
|
MutableByteCollection |
MutableByteCollection.reject(BytePredicate predicate) |
MutableByteCollection |
MutableByteCollection.select(BytePredicate predicate) |
default MutableByteCollection |
MutableByteCollection.tap(ByteProcedure procedure) |
MutableByteCollection |
MutableByteCollection.with(byte element) |
MutableByteCollection |
MutableByteCollection.withAll(ByteIterable elements) |
MutableByteCollection |
MutableByteCollection.without(byte element) |
MutableByteCollection |
MutableByteCollection.withoutAll(ByteIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableByteList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableByteCollection |
MutableObjectByteMap.reject(BytePredicate predicate) |
MutableByteCollection |
MutableObjectByteMap.select(BytePredicate predicate) |
MutableByteCollection |
ByteValuesMap.values()
Returns the values in this map as a separate collection.
|
MutableByteCollection |
ObjectByteMap.values()
Returns the values in this map as a separate collection.
|
| Modifier and Type | Method and Description |
|---|---|
default <R extends MutableByteCollection> |
OrderedByteIterable.rejectWithIndex(ByteIntPredicate predicate,
R target)
Returns a new MutableByteCollection excluding all elements with corresponding indexes matching the specified predicate.
|
default <R extends MutableByteCollection> |
OrderedByteIterable.selectWithIndex(ByteIntPredicate predicate,
R target)
Returns a new MutableByteCollection including all elements with corresponding indexes matching the specified predicate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableByteSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Copyright © 2004–2022. All rights reserved.