| 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 MutableFloatCollection> |
BooleanIterable.collectFloat(BooleanToFloatFunction function,
R target)
Returns the target
MutableFloatCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableFloatCollection> |
ByteIterable.collectFloat(ByteToFloatFunction function,
R target)
Returns the target
MutableFloatCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableFloatCollection> |
CharIterable.collectFloat(CharToFloatFunction function,
R target)
Returns the target
MutableFloatCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableFloatCollection> |
DoubleIterable.collectFloat(DoubleToFloatFunction function,
R target)
Returns the target
MutableFloatCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableFloatCollection> |
RichIterable.collectFloat(FloatFunction<? super T> floatFunction,
R target)
Same as
RichIterable.collectFloat(FloatFunction), except that the results are gathered into the specified target
collection. |
default <R extends MutableFloatCollection> |
FloatIterable.collectFloat(FloatToFloatFunction function,
R target)
Returns the target
MutableFloatCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableFloatCollection> |
IntIterable.collectFloat(IntToFloatFunction function,
R target)
Returns the target
MutableFloatCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableFloatCollection> |
LongIterable.collectFloat(LongToFloatFunction function,
R target)
Returns the target
MutableFloatCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableFloatCollection> |
ShortIterable.collectFloat(ShortToFloatFunction function,
R target)
Returns the target
MutableFloatCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableFloatCollection> |
RichIterable.flatCollectFloat(Function<? super T,? extends FloatIterable> function,
R target)
Same as flatCollect, only the results are collected into the target collection.
|
default <R extends MutableFloatCollection> |
FloatIterable.reject(FloatPredicate predicate,
R target)
Same as
FloatIterable.reject(FloatPredicate) , only the results are added to the target MutableFloatCollection. |
default <R extends MutableFloatCollection> |
FloatIterable.select(FloatPredicate predicate,
R target)
Same as
FloatIterable.select(FloatPredicate) , only the results are added to the target MutableFloatCollection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableFloatBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
default MutableFloatCollection |
MutableCollection.collectFloat(FloatFunction<? super T> floatFunction)
Returns a new primitive
float iterable with the results of applying the specified function on each element
of the source collection. |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatCollection |
MutableFloatCollection.asSynchronized() |
MutableFloatCollection |
MutableFloatCollection.asUnmodifiable() |
default MutableFloatCollection |
MutableFloatCollection.newEmpty()
Creates a new empty mutable version of the same collection type.
|
MutableFloatCollection |
MutableFloatCollection.reject(FloatPredicate predicate) |
MutableFloatCollection |
MutableFloatCollection.select(FloatPredicate predicate) |
default MutableFloatCollection |
MutableFloatCollection.tap(FloatProcedure procedure) |
MutableFloatCollection |
MutableFloatCollection.with(float element) |
MutableFloatCollection |
MutableFloatCollection.withAll(FloatIterable elements) |
MutableFloatCollection |
MutableFloatCollection.without(float element) |
MutableFloatCollection |
MutableFloatCollection.withoutAll(FloatIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableFloatList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatCollection |
MutableObjectFloatMap.reject(FloatPredicate predicate) |
MutableFloatCollection |
MutableObjectFloatMap.select(FloatPredicate predicate) |
MutableFloatCollection |
FloatValuesMap.values()
Returns the values in this map as a separate collection.
|
MutableFloatCollection |
ObjectFloatMap.values()
Returns the values in this map as a separate collection.
|
| Modifier and Type | Method and Description |
|---|---|
default <R extends MutableFloatCollection> |
OrderedFloatIterable.rejectWithIndex(FloatIntPredicate predicate,
R target)
Returns a new MutableFloatCollection excluding all elements with corresponding indexes matching the specified predicate.
|
default <R extends MutableFloatCollection> |
OrderedFloatIterable.selectWithIndex(FloatIntPredicate predicate,
R target)
Returns a new MutableFloatCollection including all elements with corresponding indexes matching the specified predicate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableFloatSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Copyright © 2004–2022. All rights reserved.