Interface PartitionUnsortedSet<T>

All Superinterfaces:
PartitionIterable<T>, PartitionSet<T>
All Known Subinterfaces:
PartitionImmutableSet<T>, PartitionMutableSet<T>
All Known Implementing Classes:
PartitionImmutableSetImpl, PartitionUnifiedSet, PartitionUnifiedSetWithHashingStrategy

public interface PartitionUnsortedSet<T>
extends PartitionSet<T>
A PartitionUnsortedSet is the result of splitting two UnsortedSetIterable 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.