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