public interface PartitionMutableList<T> extends PartitionMutableCollection<T>, PartitionList<T>
| Modifier and Type | Method and Description |
|---|---|
MutableList<T> |
getRejected() |
MutableList<T> |
getSelected() |
PartitionImmutableList<T> |
toImmutable() |
MutableList<T> getSelected()
getSelected in interface PartitionIterable<T>getSelected in interface PartitionList<T>getSelected in interface PartitionMutableCollection<T>getSelected in interface PartitionOrderedIterable<T>getSelected in interface PartitionReversibleIterable<T>MutableList<T> getRejected()
getRejected in interface PartitionIterable<T>getRejected in interface PartitionList<T>getRejected in interface PartitionMutableCollection<T>getRejected in interface PartitionOrderedIterable<T>getRejected in interface PartitionReversibleIterable<T>PartitionImmutableList<T> toImmutable()
toImmutable in interface PartitionMutableCollection<T>Copyright © 2004–2017. All rights reserved.