| 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.
|
| Class and Description |
|---|
| PartitionImmutableStack
A PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate.
|
| PartitionStack
A PartitionStack is the result of splitting a StackIterable into two StackIterables based on a Predicate.
|
| Class and Description |
|---|
| PartitionImmutableStack
A PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate.
|
| PartitionMutableStack
A PartitionMutableStack is the result of splitting a mutable stack into two mutable stacks on a Predicate.
|
| PartitionStack
A PartitionStack is the result of splitting a StackIterable into two StackIterables based on a Predicate.
|
Copyright © 2004–2023. All rights reserved.