Interface PartitionMutableSetIterable<T>

All Superinterfaces:
PartitionIterable<T>, PartitionMutableCollection<T>, PartitionSet<T>
All Known Subinterfaces:
PartitionMutableSet<T>, PartitionMutableSortedSet<T>
All Known Implementing Classes:
PartitionTreeSortedSet, PartitionUnifiedSet, PartitionUnifiedSetWithHashingStrategy

public interface PartitionMutableSetIterable<T>
extends PartitionSet<T>, PartitionMutableCollection<T>
A PartitionMutableSetIterable is the result of splitting a MutableSetIterable into two MutableSetIterables 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.