PartitionIterable<T>PartitionImmutableSet<T>, PartitionImmutableSetIterable<T>, PartitionImmutableSortedSet<T>, PartitionMutableSet<T>, PartitionMutableSetIterable<T>, PartitionMutableSortedSet<T>, PartitionSortedSet<T>, PartitionUnsortedSet<T>PartitionImmutableSetImpl, PartitionImmutableSortedSetImpl, PartitionTreeSortedSet, PartitionUnifiedSet, PartitionUnifiedSetWithHashingStrategypublic interface PartitionSet<T> extends PartitionIterable<T>
| Modifier and Type | Method | Description |
|---|---|---|
SetIterable<T> |
getRejected() |
|
SetIterable<T> |
getSelected() |
SetIterable<T> getSelected()
getSelected in interface PartitionIterable<T>SetIterable<T> getRejected()
getRejected in interface PartitionIterable<T>Copyright © 2004–2018. All rights reserved.