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