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.org.eclipse.collections.impl.partition.stack This package contains implementations of thePartitionStack
interface.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface. -
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. -
Classes in org.eclipse.collections.api.partition.stack used by org.eclipse.collections.impl.partition.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. -
Classes in org.eclipse.collections.api.partition.stack used by org.eclipse.collections.impl.stack.immutable Class Description PartitionImmutableStack A PartitionImmutableStack is the result of splitting an immutable stack into two immutable stacks based on a Predicate. -
Classes in org.eclipse.collections.api.partition.stack used by org.eclipse.collections.impl.stack.mutable Class Description PartitionMutableStack A PartitionMutableStack is the result of splitting a mutable stack into two mutable stacks on a Predicate.