| 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 |
|---|---|
CharStack |
StackIterable.collectChar(CharFunction<? super T> charFunction) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableCharStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableCharStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
| Modifier and Type | Method and Description |
|---|---|
CharStack |
CharStack.reject(CharPredicate predicate) |
CharStack |
CharStack.select(CharPredicate predicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharArrayStack
CharArrayStack is similar to
ArrayStack, and is memory-optimized for char primitives. |
class |
SynchronizedCharStack
A synchronized view of a
MutableCharStack. |
class |
UnmodifiableCharStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Copyright © 2004–2017. All rights reserved.