| 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.
|
| org.eclipse.collections.impl.partition.stack |
This package contains implementations of the
PartitionStack interface. |
| org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
| Class | 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 | 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.
|
| Class | 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.
|
| Class | Description |
|---|---|
| PartitionMutableStack |
A PartitionMutableStack is the result of splitting a mutable stack into two mutable stacks on a Predicate.
|
Copyright © 2004–2019. All rights reserved.