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
Modifier and Type Method Description MutableList<T>
getRejected()
MutableList<T>
getSelected()
PartitionImmutableList<T>
toImmutable()
-
Constructor Details
-
PartitionFastList
public PartitionFastList()
-
-
Method Details
-
getSelected
- Specified by:
getSelected
in interfacePartitionIterable<T>
- Specified by:
getSelected
in interfacePartitionList<T>
- Specified by:
getSelected
in interfacePartitionMutableCollection<T>
- Specified by:
getSelected
in interfacePartitionMutableList<T>
- Specified by:
getSelected
in interfacePartitionOrderedIterable<T>
- Specified by:
getSelected
in interfacePartitionReversibleIterable<T>
-
getRejected
- Specified by:
getRejected
in interfacePartitionIterable<T>
- Specified by:
getRejected
in interfacePartitionList<T>
- Specified by:
getRejected
in interfacePartitionMutableCollection<T>
- Specified by:
getRejected
in interfacePartitionMutableList<T>
- Specified by:
getRejected
in interfacePartitionOrderedIterable<T>
- Specified by:
getRejected
in interfacePartitionReversibleIterable<T>
-
toImmutable
- Specified by:
toImmutable
in interfacePartitionMutableCollection<T>
- Specified by:
toImmutable
in interfacePartitionMutableList<T>
-