Interface XProcessingBag.Factory<E>
-
- All Superinterfaces:
XFactory<E>
,XGettingBag.Factory<E>
,XGettingCollection.Creator<E>
,XProcessingCollection.Factory<E>
,XRemovingBag.Factory<E>
,XRemovingCollection.Factory<E>
- All Known Subinterfaces:
XBag.Factory<E>
,XBasicList.Creator<E>
,XDecreasingList.Creator<E>
,XLadder.Factory<E>
,XList.Creator<E>
,XProcessingList.Factory<E>
- All Known Implementing Classes:
BulkList.Creator
,EqBulkList.Creator
,LimitList.Creator
- Enclosing interface:
- XProcessingBag<E>
public static interface XProcessingBag.Factory<E> extends XRemovingBag.Factory<E>, XGettingBag.Factory<E>, XProcessingCollection.Factory<E>
-
-
Method Summary
Modifier and Type Method Description XProcessingBag<E>
newInstance()
-
-
-
Method Detail
-
newInstance
XProcessingBag<E> newInstance()
- Specified by:
newInstance
in interfaceXFactory<E>
- Specified by:
newInstance
in interfaceXGettingBag.Factory<E>
- Specified by:
newInstance
in interfaceXGettingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXProcessingCollection.Factory<E>
- Specified by:
newInstance
in interfaceXRemovingBag.Factory<E>
- Specified by:
newInstance
in interfaceXRemovingCollection.Factory<E>
-
-