@Immutable public class PartitionImmutableListImpl<T> extends Object implements org.eclipse.collections.api.partition.list.PartitionImmutableList<T>
| Constructor and Description |
|---|
PartitionImmutableListImpl(org.eclipse.collections.api.list.ImmutableList<T> selected,
org.eclipse.collections.api.list.ImmutableList<T> rejected) |
PartitionImmutableListImpl(PartitionFastList<T> partitionFastList) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.ImmutableList<T> |
getRejected() |
org.eclipse.collections.api.list.ImmutableList<T> |
getSelected() |
public PartitionImmutableListImpl(org.eclipse.collections.api.list.ImmutableList<T> selected, org.eclipse.collections.api.list.ImmutableList<T> rejected)
public PartitionImmutableListImpl(PartitionFastList<T> partitionFastList)
public org.eclipse.collections.api.list.ImmutableList<T> getSelected()
getSelected in interface org.eclipse.collections.api.partition.list.PartitionImmutableList<T>getSelected in interface org.eclipse.collections.api.partition.list.PartitionList<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.PartitionImmutableCollection<T>getSelected in interface org.eclipse.collections.api.partition.PartitionIterable<T>public org.eclipse.collections.api.list.ImmutableList<T> getRejected()
getRejected in interface org.eclipse.collections.api.partition.list.PartitionImmutableList<T>getRejected in interface org.eclipse.collections.api.partition.list.PartitionList<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.PartitionImmutableCollection<T>getRejected in interface org.eclipse.collections.api.partition.PartitionIterable<T>Copyright © 2004–2018. All rights reserved.