Interface XBasicList.Creator<E>
- All Superinterfaces:
XAddGetCollection.Creator<E>,XAddingBag.Factory<E>,XAddingCollection.Creator<E>,XAddingList.Creator<E>,XAddingSequence.Creator<E>,XBag.Factory<E>,XBasicSequence.Factory<E>,XCollection.Factory<E>,XFactory<E>,XGettingBag.Factory<E>,XGettingCollection.Creator<E>,XGettingList.Factory<E>,XGettingSequence.Factory<E>,XProcessingBag.Factory<E>,XProcessingCollection.Factory<E>,XProcessingList.Factory<E>,XProcessingSequence.Factory<E>,XPutGetBag.Factory<E>,XPutGetCollection.Creator<E>,XPutGetList.Factory<E>,XPutGetSequence.Factory<E>,XPuttingBag.Creator<E>,XPuttingCollection.Creator<E>,XPuttingList.Creator<E>,XPuttingSequence.Creator<E>,XRemovingBag.Factory<E>,XRemovingCollection.Factory<E>,XRemovingList.Factory<E>,XRemovingSequence.Factory<E>
- All Known Subinterfaces:
XLadder.Factory<E>,XList.Creator<E>
- All Known Implementing Classes:
BulkList.Creator,EqBulkList.Creator,LimitList.Creator
- Enclosing interface:
- XBasicList<E>
public static interface XBasicList.Creator<E> extends XBag.Factory<E>, XBasicSequence.Factory<E>, XPutGetList.Factory<E>, XProcessingList.Factory<E>
-
Method Summary
Modifier and Type Method Description XBasicList<E>newInstance()
-
Method Details
-
newInstance
XBasicList<E> newInstance()- Specified by:
newInstancein interfaceXAddGetCollection.Creator<E>- Specified by:
newInstancein interfaceXAddingBag.Factory<E>- Specified by:
newInstancein interfaceXAddingCollection.Creator<E>- Specified by:
newInstancein interfaceXAddingList.Creator<E>- Specified by:
newInstancein interfaceXAddingSequence.Creator<E>- Specified by:
newInstancein interfaceXBag.Factory<E>- Specified by:
newInstancein interfaceXBasicSequence.Factory<E>- Specified by:
newInstancein interfaceXCollection.Factory<E>- Specified by:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXGettingBag.Factory<E>- Specified by:
newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
newInstancein interfaceXGettingList.Factory<E>- Specified by:
newInstancein interfaceXGettingSequence.Factory<E>- Specified by:
newInstancein interfaceXProcessingBag.Factory<E>- Specified by:
newInstancein interfaceXProcessingCollection.Factory<E>- Specified by:
newInstancein interfaceXProcessingList.Factory<E>- Specified by:
newInstancein interfaceXProcessingSequence.Factory<E>- Specified by:
newInstancein interfaceXPutGetBag.Factory<E>- Specified by:
newInstancein interfaceXPutGetCollection.Creator<E>- Specified by:
newInstancein interfaceXPutGetList.Factory<E>- Specified by:
newInstancein interfaceXPutGetSequence.Factory<E>- Specified by:
newInstancein interfaceXPuttingBag.Creator<E>- Specified by:
newInstancein interfaceXPuttingCollection.Creator<E>- Specified by:
newInstancein interfaceXPuttingList.Creator<E>- Specified by:
newInstancein interfaceXPuttingSequence.Creator<E>- Specified by:
newInstancein interfaceXRemovingBag.Factory<E>- Specified by:
newInstancein interfaceXRemovingCollection.Factory<E>- Specified by:
newInstancein interfaceXRemovingList.Factory<E>- Specified by:
newInstancein interfaceXRemovingSequence.Factory<E>
-