Interface PartitionUnsortedBag<T>
- All Superinterfaces:
PartitionBag<T>
,PartitionIterable<T>
- All Known Subinterfaces:
PartitionImmutableBag<T>
,PartitionMutableBag<T>
- All Known Implementing Classes:
PartitionHashBag
,PartitionImmutableBagImpl
-
Method Summary
-
Method Details
-
getSelected
UnsortedBag<T> getSelected()- Specified by:
getSelected
in interfacePartitionBag<T>
- Specified by:
getSelected
in interfacePartitionIterable<T>
-
getRejected
UnsortedBag<T> getRejected()- Specified by:
getRejected
in interfacePartitionBag<T>
- Specified by:
getRejected
in interfacePartitionIterable<T>
-