Package org.eclipse.collections.impl.partition.stack
package org.eclipse.collections.impl.partition.stack
This package contains implementations of the
PartitionStack interface.
This package contains 2 classes:
-
PartitionImmutableStackImpl- Result of splitting a immutable stack into two based on a Predicate. -
PartitionArrayStack- Result of splitting aArrayStackinto two based on a Predicate.
-
ClassesClassDescription