PartitionIterable<T>PartitionMutableBag<T>, PartitionMutableBagIterable<T>, PartitionMutableList<T>, PartitionMutableSet<T>, PartitionMutableSetIterable<T>, PartitionMutableSortedBag<T>, PartitionMutableSortedSet<T>PartitionFastList, PartitionHashBag, PartitionTreeBag, PartitionTreeSortedSet, PartitionUnifiedSet, PartitionUnifiedSetWithHashingStrategypublic interface PartitionMutableCollection<T> extends PartitionIterable<T>
| Modifier and Type | Method | Description |
|---|---|---|
MutableCollection<T> |
getRejected() |
|
MutableCollection<T> |
getSelected() |
|
PartitionImmutableCollection<T> |
toImmutable() |
MutableCollection<T> getSelected()
getSelected in interface PartitionIterable<T>MutableCollection<T> getRejected()
getRejected in interface PartitionIterable<T>PartitionImmutableCollection<T> toImmutable()
Copyright © 2004–2019. All rights reserved.