Interface PartitionMutableSortedSet<T>

All Superinterfaces:
PartitionIterable<T>, PartitionMutableCollection<T>, PartitionMutableSetIterable<T>, PartitionOrderedIterable<T>, PartitionReversibleIterable<T>, PartitionSet<T>, PartitionSortedIterable<T>, PartitionSortedSet<T>
All Known Implementing Classes:
PartitionTreeSortedSet

public interface PartitionMutableSortedSet<T>
extends PartitionSortedSet<T>, PartitionMutableSetIterable<T>
A PartitionMutableSortedSet is the result of splitting a mutable sorted set into two mutable sorted 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.