| 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 | Method and Description |
|---|---|
PartitionImmutableStack<T> |
PartitionMutableStack.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
PartitionImmutableStack<T> |
ImmutableStack.partition(Predicate<? super T> predicate) |
PartitionImmutableStack<T> |
ImmutableStack.partitionWhile(Predicate<? super T> predicate) |
<P> PartitionImmutableStack<T> |
ImmutableStack.partitionWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Copyright © 2004–2022. All rights reserved.