| 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 | |
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| 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 |
|---|---|
OrderedDoubleIterable |
OrderedIterable.collectDouble(DoubleFunction<? super T> doubleFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReversibleDoubleIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedDoubleIterable |
OrderedDoubleIterable.reject(DoublePredicate predicate) |
default OrderedDoubleIterable |
OrderedDoubleIterable.rejectWithIndex(DoubleIntPredicate predicate)
Returns a new OrderedDoubleIterable excluding all elements with corresponding indexes matching the specified predicate.
|
OrderedDoubleIterable |
OrderedDoubleIterable.select(DoublePredicate predicate) |
default OrderedDoubleIterable |
OrderedDoubleIterable.selectWithIndex(DoubleIntPredicate predicate)
Returns a new OrderedDoubleIterable including all elements with corresponding indexes matching the specified predicate.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DoubleStack
This file was automatically generated from template file primitiveStack.stg.
|
interface |
ImmutableDoubleStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableDoubleStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Copyright © 2004–2022. All rights reserved.