Package | Description |
---|---|
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.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
Modifier and Type | Method and Description |
---|---|
DoubleStack |
StackIterable.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableDoubleStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableDoubleStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Modifier and Type | Method and Description |
---|---|
DoubleStack |
DoubleStack.reject(DoublePredicate predicate) |
DoubleStack |
DoubleStack.select(DoublePredicate predicate) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleArrayStack
DoubleArrayStack is similar to
ArrayStack , and is memory-optimized for double primitives. |
class |
SynchronizedDoubleStack
A synchronized view of a
MutableDoubleStack . |
class |
UnmodifiableDoubleStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Copyright © 2004–2016. All rights reserved.