| Package | Description |
|---|---|
| org.eclipse.collections.api.partition.stack |
This package contains interfaces for
PartitionStack. |
| org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionImmutableStack<T>
A PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate.
|
interface |
PartitionMutableStack<T>
A PartitionMutableStack is the result of splitting a mutable stack into two mutable stacks on a Predicate.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionStack<T> |
StackIterable.partition(Predicate<? super T> predicate) |
PartitionStack<T> |
StackIterable.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionStack<T> |
StackIterable.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2021. All rights reserved.