public interface PartitionUnsortedBag<T> extends PartitionBag<T>
| Modifier and Type | Method and Description |
|---|---|
UnsortedBag<T> |
getRejected() |
UnsortedBag<T> |
getSelected() |
UnsortedBag<T> getSelected()
getSelected in interface PartitionBag<T>getSelected in interface PartitionIterable<T>UnsortedBag<T> getRejected()
getRejected in interface PartitionBag<T>getRejected in interface PartitionIterable<T>Copyright © 2004–2023. All rights reserved.