| 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.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| Modifier and Type | Method and Description |
|---|---|
<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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableFloatBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatCollection |
MutableCollection.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatCollection |
MutableFloatCollection.asSynchronized() |
MutableFloatCollection |
MutableFloatCollection.asUnmodifiable() |
MutableFloatCollection |
MutableFloatCollection.reject(FloatPredicate predicate) |
MutableFloatCollection |
MutableFloatCollection.select(FloatPredicate predicate) |
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 |
MutablePrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatCollection |
MutableFloatValuesMap.reject(FloatPredicate predicate) |
MutableFloatCollection |
MutableObjectFloatMap.reject(FloatPredicate predicate) |
MutableFloatCollection |
MutableFloatValuesMap.select(FloatPredicate predicate) |
MutableFloatCollection |
MutableObjectFloatMap.select(FloatPredicate predicate) |
MutableFloatCollection |
FloatValuesMap.values() |
MutableFloatCollection |
ObjectFloatMap.values() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableFloatSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Copyright © 2004–2017. All rights reserved.