Interface PartitionMutableBagIterable<T>

All Superinterfaces:
PartitionBag<T>, PartitionIterable<T>, PartitionMutableCollection<T>
All Known Subinterfaces:
PartitionMutableBag<T>, PartitionMutableSortedBag<T>
All Known Implementing Classes:
PartitionHashBag, PartitionTreeBag

public interface PartitionMutableBagIterable<T> extends PartitionMutableCollection<T>, PartitionBag<T>
A PartitionMutableBagIterable is the result of splitting a mutable bag into two MutableBagIterables 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.