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>