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