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.
|
org.eclipse.collections.impl.stack.primitive |
Modifier and Type | Method | Description |
---|---|---|
IntStack |
StackIterable.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Interface | 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 | Description |
---|---|---|
IntStack |
IntStack.reject(IntPredicate predicate) |
|
IntStack |
IntStack.select(IntPredicate predicate) |
|
default IntStack |
IntStack.tap(IntProcedure procedure) |
Modifier and Type | Class | 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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractIntStack |
This file was automatically generated from template file abstractPrimitiveStack.stg.
|
Copyright © 2004–2019. All rights reserved.