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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
selected
-
rejected
-
-
Constructor Details
-
PartitionFastList
public PartitionFastList()
-
-
Method Details
-
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
- 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
- Specified by:
toImmutablein interfacePartitionMutableCollection<T>- Specified by:
toImmutablein interfacePartitionMutableList<T>
-