| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.ordered | |
| org.eclipse.collections.api.ordered.primitive |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FloatList
This file was automatically generated from template file primitiveList.stg.
|
interface |
ImmutableFloatList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableFloatList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ReversibleFloatIterable |
ReversibleIterable.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
ReversibleFloatIterable |
ReversibleFloatIterable.distinct() |
ReversibleFloatIterable |
ReversibleFloatIterable.reject(FloatPredicate predicate) |
default ReversibleFloatIterable |
ReversibleFloatIterable.rejectWithIndex(FloatIntPredicate predicate)
Returns a new ReversibleFloatIterable excluding all elements with corresponding indexes matching the specified predicate.
|
ReversibleFloatIterable |
ReversibleFloatIterable.select(FloatPredicate predicate) |
default ReversibleFloatIterable |
ReversibleFloatIterable.selectWithIndex(FloatIntPredicate predicate)
Returns a new ReversibleFloatIterable including all elements with corresponding indexes matching the specified predicate.
|
ReversibleFloatIterable |
ReversibleFloatIterable.toReversed() |
Copyright © 2004–2023. All rights reserved.