Package org.eclipse.collections.impl.partition.set
package org.eclipse.collections.impl.partition.set
This package contains implementations of the
PartitionSet interface.
This package contains 2 classes:
-
PartitionImmutableSetImpl- Result of splitting aImmutableUnifiedSet<T>into two based on a Predicate. -
PartitionUnifiedSet- Result of splitting aUnifiedSetinto two based on a Predicate.
-
Classes