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:
newInstancein interfaceXAddingBag.Factory<E>- Specified by:
newInstancein interfaceXAddingCollection.Creator<E>- Specified by:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXGettingBag.Factory<E>- Specified by:
newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
newInstancein interfaceXPuttingBag.Creator<E>- Specified by:
newInstancein interfaceXPuttingCollection.Creator<E>
-
-