Interface XBag.Factory<E>
- All Superinterfaces:
XAddGetCollection.Creator<E>
,XAddingBag.Factory<E>
,XAddingCollection.Creator<E>
,XCollection.Factory<E>
,XFactory<E>
,XGettingBag.Factory<E>
,XGettingCollection.Creator<E>
,XProcessingBag.Factory<E>
,XProcessingCollection.Factory<E>
,XPutGetBag.Factory<E>
,XPutGetCollection.Creator<E>
,XPuttingBag.Creator<E>
,XPuttingCollection.Creator<E>
,XRemovingBag.Factory<E>
,XRemovingCollection.Factory<E>
- All Known Subinterfaces:
XBasicList.Creator<E>
,XLadder.Factory<E>
,XList.Creator<E>
- All Known Implementing Classes:
BulkList.Creator
,EqBulkList.Creator
,LimitList.Creator
public static interface XBag.Factory<E> extends XPutGetBag.Factory<E>, XProcessingBag.Factory<E>, XCollection.Factory<E>
-
Method Summary
Modifier and Type Method Description XBag<E>
newInstance()
-
Method Details
-
newInstance
- Specified by:
newInstance
in interfaceXAddGetCollection.Creator<E>
- Specified by:
newInstance
in interfaceXAddingBag.Factory<E>
- Specified by:
newInstance
in interfaceXAddingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXCollection.Factory<E>
- Specified by:
newInstance
in interfaceXFactory<E>
- Specified by:
newInstance
in interfaceXGettingBag.Factory<E>
- Specified by:
newInstance
in interfaceXGettingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXProcessingBag.Factory<E>
- Specified by:
newInstance
in interfaceXProcessingCollection.Factory<E>
- Specified by:
newInstance
in interfaceXPutGetBag.Factory<E>
- Specified by:
newInstance
in interfaceXPutGetCollection.Creator<E>
- Specified by:
newInstance
in interfaceXPuttingBag.Creator<E>
- Specified by:
newInstance
in interfaceXPuttingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXRemovingBag.Factory<E>
- Specified by:
newInstance
in interfaceXRemovingCollection.Factory<E>
-