Interface PartitionSortedIterable<T>

All Superinterfaces:
PartitionIterable<T>, PartitionOrderedIterable<T>
All Known Subinterfaces:
PartitionImmutableSortedBag<T>, PartitionImmutableSortedSet<T>, PartitionMutableSortedBag<T>, PartitionMutableSortedSet<T>, PartitionSortedBag<T>, PartitionSortedSet<T>
All Known Implementing Classes:
PartitionImmutableSortedBagImpl, PartitionImmutableSortedSetImpl, PartitionTreeBag, PartitionTreeSortedSet

public interface PartitionSortedIterable<T>
extends PartitionOrderedIterable<T>
A PartitionSortedIterable is the result of splitting a SortedIterable into two SortedIterables 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.
Since:
5.0