| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.stack.primitive | |
| org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleStack |
ImmutableDoubleStackFactory.empty() |
ImmutableDoubleStack |
ImmutableDoubleStackFactory.of()
Same as
ImmutableDoubleStackFactory.empty(). |
ImmutableDoubleStack |
ImmutableDoubleStackFactory.of(double... items)
|
ImmutableDoubleStack |
ImmutableDoubleStackFactory.of(double one)
|
ImmutableDoubleStack |
ImmutableDoubleStackFactory.ofAll(DoubleIterable items)
|
ImmutableDoubleStack |
ImmutableDoubleStackFactory.ofAll(DoubleStream items) |
ImmutableDoubleStack |
ImmutableDoubleStackFactory.ofAllReversed(DoubleIterable items)
|
ImmutableDoubleStack |
ImmutableDoubleStackFactory.with()
Same as
ImmutableDoubleStackFactory.empty(). |
ImmutableDoubleStack |
ImmutableDoubleStackFactory.with(double... items) |
ImmutableDoubleStack |
ImmutableDoubleStackFactory.with(double one) |
ImmutableDoubleStack |
ImmutableDoubleStackFactory.withAll(DoubleIterable items) |
ImmutableDoubleStack |
ImmutableDoubleStackFactory.withAll(DoubleStream items) |
ImmutableDoubleStack |
ImmutableDoubleStackFactory.withAllReversed(DoubleIterable items) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleStack |
ImmutableStack.collectDouble(DoubleFunction<? super T> doubleFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleStack |
ImmutableDoubleStack.pop() |
ImmutableDoubleStack |
ImmutableDoubleStack.pop(int count) |
ImmutableDoubleStack |
ImmutableDoubleStack.push(double item) |
ImmutableDoubleStack |
ImmutableDoubleStack.reject(DoublePredicate predicate) |
ImmutableDoubleStack |
ImmutableDoubleStack.select(DoublePredicate predicate) |
default ImmutableDoubleStack |
ImmutableDoubleStack.tap(DoubleProcedure procedure) |
ImmutableDoubleStack |
DoubleStack.toImmutable() |
Copyright © 2004–2017. All rights reserved.