public class PartitionFastList<T>
extends java.lang.Object
implements com.gs.collections.api.partition.list.PartitionMutableList<T>
| Constructor and Description |
|---|
PartitionFastList() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.list.MutableList<T> |
getRejected() |
com.gs.collections.api.list.MutableList<T> |
getSelected() |
com.gs.collections.api.partition.list.PartitionImmutableList<T> |
toImmutable() |
public com.gs.collections.api.list.MutableList<T> getSelected()
getSelected in interface com.gs.collections.api.partition.list.PartitionList<T>getSelected in interface com.gs.collections.api.partition.list.PartitionMutableList<T>getSelected in interface com.gs.collections.api.partition.ordered.PartitionOrderedIterable<T>getSelected in interface com.gs.collections.api.partition.ordered.PartitionReversibleIterable<T>getSelected in interface com.gs.collections.api.partition.PartitionIterable<T>getSelected in interface com.gs.collections.api.partition.PartitionMutableCollection<T>public com.gs.collections.api.list.MutableList<T> getRejected()
getRejected in interface com.gs.collections.api.partition.list.PartitionList<T>getRejected in interface com.gs.collections.api.partition.list.PartitionMutableList<T>getRejected in interface com.gs.collections.api.partition.ordered.PartitionOrderedIterable<T>getRejected in interface com.gs.collections.api.partition.ordered.PartitionReversibleIterable<T>getRejected in interface com.gs.collections.api.partition.PartitionIterable<T>getRejected in interface com.gs.collections.api.partition.PartitionMutableCollection<T>