Interface XRemovingCollection.Factory<E>
-
- All Superinterfaces:
XFactory<E>
- All Known Subinterfaces:
XBag.Factory<E>
,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>
,XProcessingBag.Factory<E>
,XProcessingEnum.Creator<E>
,XProcessingList.Factory<E>
,XProcessingSequence.Factory<E>
,XProcessingSet.Factory<E>
,XProcessingSortation.Factory<E>
,XRank.Factory<E>
,XRemovingBag.Factory<E>
,XRemovingEnum.Factory<E>
,XRemovingList.Factory<E>
,XRemovingSequence.Factory<E>
,XRemovingSet.Factory<E>
,XRemovingSortation.Factory<E>
,XSequence.Creator<E>
,XSet.Factory<E>
,XSortation.Factory<E>
- All Known Implementing Classes:
BulkList.Creator
,EqBulkList.Creator
,LimitList.Creator
- Enclosing interface:
- XRemovingCollection<E>
public static interface XRemovingCollection.Factory<E> extends XFactory<E>
-
-
Method Summary
Modifier and Type Method Description XRemovingCollection<E>
newInstance()
-
-
-
Method Detail
-
newInstance
XRemovingCollection<E> newInstance()
- Specified by:
newInstance
in interfaceXFactory<E>
-
-