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:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXGettingBag.Factory<E>- Specified by:
newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
newInstancein interfaceXProcessingCollection.Factory<E>- Specified by:
newInstancein interfaceXRemovingBag.Factory<E>- Specified by:
newInstancein interfaceXRemovingCollection.Factory<E>
-
-