@Immutable
public class PartitionImmutableListImpl<T>
extends java.lang.Object
implements com.gs.collections.api.partition.list.PartitionImmutableList<T>
| Constructor and Description |
|---|
PartitionImmutableListImpl(com.gs.collections.api.list.ImmutableList<T> selected,
com.gs.collections.api.list.ImmutableList<T> rejected) |
PartitionImmutableListImpl(PartitionFastList<T> partitionFastList) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.list.ImmutableList<T> |
getRejected() |
com.gs.collections.api.list.ImmutableList<T> |
getSelected() |
public PartitionImmutableListImpl(com.gs.collections.api.list.ImmutableList<T> selected, com.gs.collections.api.list.ImmutableList<T> rejected)
public PartitionImmutableListImpl(PartitionFastList<T> partitionFastList)
public com.gs.collections.api.list.ImmutableList<T> getSelected()
getSelected in interface com.gs.collections.api.partition.list.PartitionImmutableList<T>getSelected in interface com.gs.collections.api.partition.list.PartitionList<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.PartitionImmutableCollection<T>getSelected in interface com.gs.collections.api.partition.PartitionIterable<T>public com.gs.collections.api.list.ImmutableList<T> getRejected()
getRejected in interface com.gs.collections.api.partition.list.PartitionImmutableList<T>getRejected in interface com.gs.collections.api.partition.list.PartitionList<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.PartitionImmutableCollection<T>getRejected in interface com.gs.collections.api.partition.PartitionIterable<T>