Class PartitionFastList<T>
- java.lang.Object
-
- org.eclipse.collections.impl.partition.list.PartitionFastList<T>
-
- All Implemented Interfaces:
PartitionList<T>,PartitionMutableList<T>,PartitionOrderedIterable<T>,PartitionReversibleIterable<T>,PartitionIterable<T>,PartitionMutableCollection<T>
public class PartitionFastList<T> extends Object implements PartitionMutableList<T>
-
-
Constructor Summary
Constructors Constructor Description PartitionFastList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableList<T>getRejected()MutableList<T>getSelected()PartitionImmutableList<T>toImmutable()
-
-
-
Method Detail
-
getSelected
public MutableList<T> getSelected()
- Specified by:
getSelectedin interfacePartitionIterable<T>- Specified by:
getSelectedin interfacePartitionList<T>- Specified by:
getSelectedin interfacePartitionMutableCollection<T>- Specified by:
getSelectedin interfacePartitionMutableList<T>- Specified by:
getSelectedin interfacePartitionOrderedIterable<T>- Specified by:
getSelectedin interfacePartitionReversibleIterable<T>
-
getRejected
public MutableList<T> getRejected()
- Specified by:
getRejectedin interfacePartitionIterable<T>- Specified by:
getRejectedin interfacePartitionList<T>- Specified by:
getRejectedin interfacePartitionMutableCollection<T>- Specified by:
getRejectedin interfacePartitionMutableList<T>- Specified by:
getRejectedin interfacePartitionOrderedIterable<T>- Specified by:
getRejectedin interfacePartitionReversibleIterable<T>
-
toImmutable
public PartitionImmutableList<T> toImmutable()
- Specified by:
toImmutablein interfacePartitionMutableCollection<T>- Specified by:
toImmutablein interfacePartitionMutableList<T>
-
-