Interface PartitionMutableSet<T>

All Superinterfaces:
PartitionIterable<T>, PartitionMutableCollection<T>, PartitionMutableSetIterable<T>, PartitionSet<T>, PartitionUnsortedSet<T>
All Known Implementing Classes:
PartitionUnifiedSet, PartitionUnifiedSetWithHashingStrategy

public interface PartitionMutableSet<T>
extends PartitionUnsortedSet<T>, PartitionMutableSetIterable<T>
A PartitionMutableSet is the result of splitting a mutable set into two mutable sets based on a Predicate. The results that answer true for the Predicate will be returned from the getSelected() method and the results that answer false for the predicate will be returned from the getRejected() method.