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