public interface PartitionUnsortedSet<T> extends PartitionSet<T>
| Modifier and Type | Method and Description |
|---|---|
UnsortedSetIterable<T> |
getRejected() |
UnsortedSetIterable<T> |
getSelected() |
UnsortedSetIterable<T> getSelected()
getSelected in interface PartitionIterable<T>getSelected in interface PartitionSet<T>UnsortedSetIterable<T> getRejected()
getRejected in interface PartitionIterable<T>getRejected in interface PartitionSet<T>Copyright © 2004–2021. All rights reserved.