| 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 MutableCharCollection> |
BooleanIterable.collectChar(BooleanToCharFunction function,
R target)
Returns the target
MutableCharCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableCharCollection> |
ByteIterable.collectChar(ByteToCharFunction function,
R target)
Returns the target
MutableCharCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableCharCollection> |
RichIterable.collectChar(CharFunction<? super T> charFunction,
R target)
Same as
RichIterable.collectChar(CharFunction), except that the results are gathered into the specified target
collection. |
default <R extends MutableCharCollection> |
CharIterable.collectChar(CharToCharFunction function,
R target)
Returns the target
MutableCharCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableCharCollection> |
DoubleIterable.collectChar(DoubleToCharFunction function,
R target)
Returns the target
MutableCharCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableCharCollection> |
FloatIterable.collectChar(FloatToCharFunction function,
R target)
Returns the target
MutableCharCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableCharCollection> |
IntIterable.collectChar(IntToCharFunction function,
R target)
Returns the target
MutableCharCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableCharCollection> |
LongIterable.collectChar(LongToCharFunction function,
R target)
Returns the target
MutableCharCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableCharCollection> |
ShortIterable.collectChar(ShortToCharFunction function,
R target)
Returns the target
MutableCharCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableCharCollection> |
RichIterable.flatCollectChar(Function<? super T,? extends CharIterable> function,
R target)
Same as flatCollect, only the results are collected into the target collection.
|
default <R extends MutableCharCollection> |
CharIterable.reject(CharPredicate predicate,
R target)
Same as
CharIterable.reject(CharPredicate) , only the results are added to the target MutableCharCollection. |
default <R extends MutableCharCollection> |
CharIterable.select(CharPredicate predicate,
R target)
Same as
CharIterable.select(CharPredicate) , only the results are added to the target MutableCharCollection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableCharBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
default MutableCharCollection |
MutableCollection.collectChar(CharFunction<? super T> charFunction)
Returns a new primitive
char iterable with the results of applying the specified function on each element
of the source collection. |
| Modifier and Type | Method and Description |
|---|---|
MutableCharCollection |
MutableCharCollection.asSynchronized() |
MutableCharCollection |
MutableCharCollection.asUnmodifiable() |
default MutableCharCollection |
MutableCharCollection.newEmpty()
Creates a new empty mutable version of the same collection type.
|
MutableCharCollection |
MutableCharCollection.reject(CharPredicate predicate) |
MutableCharCollection |
MutableCharCollection.select(CharPredicate predicate) |
default MutableCharCollection |
MutableCharCollection.tap(CharProcedure procedure) |
MutableCharCollection |
MutableCharCollection.with(char element) |
MutableCharCollection |
MutableCharCollection.withAll(CharIterable elements) |
MutableCharCollection |
MutableCharCollection.without(char element) |
MutableCharCollection |
MutableCharCollection.withoutAll(CharIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableCharList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableCharCollection |
MutableObjectCharMap.reject(CharPredicate predicate) |
MutableCharCollection |
MutableObjectCharMap.select(CharPredicate predicate) |
MutableCharCollection |
CharValuesMap.values()
Returns the values in this map as a separate collection.
|
MutableCharCollection |
ObjectCharMap.values()
Returns the values in this map as a separate collection.
|
| Modifier and Type | Method and Description |
|---|---|
default <R extends MutableCharCollection> |
OrderedCharIterable.rejectWithIndex(CharIntPredicate predicate,
R target)
Returns a new MutableCharCollection excluding all elements with corresponding indexes matching the specified predicate.
|
default <R extends MutableCharCollection> |
OrderedCharIterable.selectWithIndex(CharIntPredicate predicate,
R target)
Returns a new MutableCharCollection including all elements with corresponding indexes matching the specified predicate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableCharSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Copyright © 2004–2022. All rights reserved.