Uses of Package
org.eclipse.collections.api.partition.stack
Packages that use org.eclipse.collections.api.partition.stack
Package
Description
This package contains interfaces for
PartitionStack.This package contains interfaces for stack API.
-
Classes in org.eclipse.collections.api.partition.stack used by org.eclipse.collections.api.partition.stackClassDescriptionA PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate.A PartitionStack is the result of splitting a StackIterable into two StackIterables based on a Predicate.
-
Classes in org.eclipse.collections.api.partition.stack used by org.eclipse.collections.api.stackClassDescriptionA PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate.A PartitionMutableStack is the result of splitting a mutable stack into two mutable stacks on a Predicate.A PartitionStack is the result of splitting a StackIterable into two StackIterables based on a Predicate.