Class PartitionImmutableListImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.partition.list.PartitionImmutableListImpl<T>
-
- All Implemented Interfaces:
PartitionImmutableList<T>,PartitionList<T>,PartitionOrderedIterable<T>,PartitionReversibleIterable<T>,PartitionImmutableCollection<T>,PartitionIterable<T>
public class PartitionImmutableListImpl<T> extends Object implements PartitionImmutableList<T>
-
-
Constructor Summary
Constructors Constructor Description PartitionImmutableListImpl(ImmutableList<T> selected, ImmutableList<T> rejected)PartitionImmutableListImpl(PartitionFastList<T> partitionFastList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmutableList<T>getRejected()ImmutableList<T>getSelected()
-
-
-
Constructor Detail
-
PartitionImmutableListImpl
public PartitionImmutableListImpl(ImmutableList<T> selected, ImmutableList<T> rejected)
-
PartitionImmutableListImpl
public PartitionImmutableListImpl(PartitionFastList<T> partitionFastList)
-
-
Method Detail
-
getSelected
public ImmutableList<T> getSelected()
- Specified by:
getSelectedin interfacePartitionImmutableCollection<T>- Specified by:
getSelectedin interfacePartitionImmutableList<T>- Specified by:
getSelectedin interfacePartitionIterable<T>- Specified by:
getSelectedin interfacePartitionList<T>- Specified by:
getSelectedin interfacePartitionOrderedIterable<T>- Specified by:
getSelectedin interfacePartitionReversibleIterable<T>
-
getRejected
public ImmutableList<T> getRejected()
- Specified by:
getRejectedin interfacePartitionImmutableCollection<T>- Specified by:
getRejectedin interfacePartitionImmutableList<T>- Specified by:
getRejectedin interfacePartitionIterable<T>- Specified by:
getRejectedin interfacePartitionList<T>- Specified by:
getRejectedin interfacePartitionOrderedIterable<T>- Specified by:
getRejectedin interfacePartitionReversibleIterable<T>
-
-