Uses of Package
org.eclipse.collections.api.partition.stack
-
Packages that use org.eclipse.collections.api.partition.stack Package Description org.eclipse.collections.api.partition.stack This package contains interfaces forPartitionStack.org.eclipse.collections.api.stack This package contains interfaces for stack API. -
Classes in org.eclipse.collections.api.partition.stack used by org.eclipse.collections.api.partition.stack 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. -
Classes in org.eclipse.collections.api.partition.stack used by org.eclipse.collections.api.stack 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.