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 |
---|---|
IntStack |
StackIterable.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableIntStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableIntStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Modifier and Type | Method and Description |
---|---|
IntStack |
IntStack.reject(IntPredicate predicate) |
IntStack |
IntStack.select(IntPredicate predicate) |
Modifier and Type | Class and Description |
---|---|
class |
IntArrayStack
IntArrayStack is similar to
ArrayStack , and is memory-optimized for int primitives. |
class |
SynchronizedIntStack
A synchronized view of a
MutableIntStack . |
class |
UnmodifiableIntStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Copyright © 2004–2016. All rights reserved.