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 aorg.eclipse.collections.impl.set.immutable.ImmutableUnifiedSet<T>
into two based on a Predicate. -
PartitionUnifiedSet
- Result of splitting aUnifiedSet
into two based on a Predicate.