| 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 |
DoubleList
This file was automatically generated from template file primitiveList.stg.
|
interface |
ImmutableDoubleList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableDoubleList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ReversibleDoubleIterable |
ReversibleIterable.collectDouble(DoubleFunction<? super T> doubleFunction) |
| Modifier and Type | Method and Description |
|---|---|
ReversibleDoubleIterable |
ReversibleDoubleIterable.distinct() |
ReversibleDoubleIterable |
ReversibleDoubleIterable.reject(DoublePredicate predicate) |
default ReversibleDoubleIterable |
ReversibleDoubleIterable.rejectWithIndex(DoubleIntPredicate predicate)
Returns a new ReversibleDoubleIterable excluding all elements with corresponding indexes matching the specified predicate.
|
ReversibleDoubleIterable |
ReversibleDoubleIterable.select(DoublePredicate predicate) |
default ReversibleDoubleIterable |
ReversibleDoubleIterable.selectWithIndex(DoubleIntPredicate predicate)
Returns a new ReversibleDoubleIterable including all elements with corresponding indexes matching the specified predicate.
|
ReversibleDoubleIterable |
ReversibleDoubleIterable.toReversed() |
Copyright © 2004–2022. All rights reserved.