| Package | Description |
|---|---|
| org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionMutableStack<T> |
MutableStack.partition(Predicate<? super T> predicate) |
PartitionMutableStack<T> |
MutableStack.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionMutableStack<T> |
MutableStack.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2020. All rights reserved.