Interface XRemovingSequence.Factory<E>
-
- All Superinterfaces:
XFactory<E>,XRemovingCollection.Factory<E>
- All Known Subinterfaces:
XBasicEnum.Creator<E>,XBasicList.Creator<E>,XBasicSequence.Factory<E>,XDecreasingEnum.Creator<E>,XDecreasingList.Creator<E>,XDecreasingSequence.Creator<E>,XEnum.Creator<E>,XLadder.Factory<E>,XList.Creator<E>,XProcessingEnum.Creator<E>,XProcessingList.Factory<E>,XProcessingSequence.Factory<E>,XProcessingSortation.Factory<E>,XRank.Factory<E>,XRemovingEnum.Factory<E>,XRemovingList.Factory<E>,XRemovingSortation.Factory<E>,XSequence.Creator<E>,XSortation.Factory<E>
- All Known Implementing Classes:
BulkList.Creator,EqBulkList.Creator,LimitList.Creator
- Enclosing interface:
- XRemovingSequence<E>
public static interface XRemovingSequence.Factory<E> extends XRemovingCollection.Factory<E>
-
-
Method Summary
Modifier and Type Method Description XRemovingSequence<E>newInstance()
-
-
-
Method Detail
-
newInstance
XRemovingSequence<E> newInstance()
- Specified by:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXRemovingCollection.Factory<E>
-
-