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