| Package | Description |
|---|---|
| com.gs.collections.api.stack |
This package contains interfaces for stack API.
|
| com.gs.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| com.gs.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–2017. All rights reserved.