Interface XPuttingBag.Creator<E>
-
- All Superinterfaces:
XAddingBag.Factory<E>,XAddingCollection.Creator<E>,XFactory<E>,XPuttingCollection.Creator<E>
- All Known Subinterfaces:
XBag.Factory<E>,XBasicList.Creator<E>,XExpandingList.Factory<E>,XIncreasingList.Creator<E>,XInputtingList.Factory<E>,XLadder.Factory<E>,XList.Creator<E>,XPutGetBag.Factory<E>,XPutGetList.Factory<E>,XPuttingList.Creator<E>
- All Known Implementing Classes:
BulkList.Creator,EqBulkList.Creator,LimitList.Creator
- Enclosing interface:
- XPuttingBag<E>
public static interface XPuttingBag.Creator<E> extends XAddingBag.Factory<E>, XPuttingCollection.Creator<E>
-
-
Method Summary
Modifier and Type Method Description XPuttingBag<E>newInstance()
-
-
-
Method Detail
-
newInstance
XPuttingBag<E> newInstance()
- Specified by:
newInstancein interfaceXAddingBag.Factory<E>- Specified by:
newInstancein interfaceXAddingCollection.Creator<E>- Specified by:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXPuttingCollection.Creator<E>
-
-