Interface XPutGetBag.Factory<E>
-
- All Superinterfaces:
XAddingBag.Factory<E>
,XAddingCollection.Creator<E>
,XFactory<E>
,XGettingBag.Factory<E>
,XGettingCollection.Creator<E>
,XPuttingBag.Creator<E>
,XPuttingCollection.Creator<E>
- All Known Subinterfaces:
XBag.Factory<E>
,XBasicList.Creator<E>
,XLadder.Factory<E>
,XList.Creator<E>
,XPutGetList.Factory<E>
- All Known Implementing Classes:
BulkList.Creator
,EqBulkList.Creator
,LimitList.Creator
- Enclosing interface:
- XPutGetBag<E>
public static interface XPutGetBag.Factory<E> extends XPuttingBag.Creator<E>, XGettingBag.Factory<E>
-
-
Method Summary
Modifier and Type Method Description XPutGetBag<E>
newInstance()
-
-
-
Method Detail
-
newInstance
XPutGetBag<E> newInstance()
- Specified by:
newInstance
in interfaceXAddingBag.Factory<E>
- Specified by:
newInstance
in interfaceXAddingCollection.Creator<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 interfaceXPuttingBag.Creator<E>
- Specified by:
newInstance
in interfaceXPuttingCollection.Creator<E>
-
-