| Package | Description |
|---|---|
| com.gs.collections.api.partition.stack |
This package contains interfaces for
PartitionStack. |
| com.gs.collections.api.stack |
This package contains interfaces for stack API.
|
| com.gs.collections.impl.partition.stack |
This package contains implementations of the
PartitionStack interface. |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableStack<T> |
PartitionMutableStack.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableStack<T> |
ImmutableStack.partition(Predicate<? super T> predicate) |
<P> PartitionImmutableStack<T> |
ImmutableStack.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionImmutableStackImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableStack<T> |
PartitionArrayStack.toImmutable() |
Copyright © 2004–2017. All rights reserved.