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