Interface PartitionImmutableSortedBag<T>

All Superinterfaces:
PartitionBag<T>, PartitionImmutableBagIterable<T>, PartitionImmutableCollection<T>, PartitionIterable<T>, PartitionOrderedIterable<T>, PartitionReversibleIterable<T>, PartitionSortedBag<T>, PartitionSortedIterable<T>
All Known Implementing Classes:
PartitionImmutableSortedBagImpl

public interface PartitionImmutableSortedBag<T>
extends PartitionSortedBag<T>, PartitionImmutableBagIterable<T>
A PartitionImmutableSortedBag is the result of splitting an immutable sorted bag into two immutable sorted bags 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:
4.2