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 SummaryModifier and Type Method Description XBag<E>newInstance()
- 
Method Details- 
newInstance- Specified by:
- newInstancein interface- XAddGetCollection.Creator<E>
- Specified by:
- newInstancein interface- XAddingBag.Factory<E>
- Specified by:
- newInstancein interface- XAddingCollection.Creator<E>
- Specified by:
- newInstancein interface- XCollection.Factory<E>
- Specified by:
- newInstancein interface- XFactory<E>
- Specified by:
- newInstancein interface- XGettingBag.Factory<E>
- Specified by:
- newInstancein interface- XGettingCollection.Creator<E>
- Specified by:
- newInstancein interface- XProcessingBag.Factory<E>
- Specified by:
- newInstancein interface- XProcessingCollection.Factory<E>
- Specified by:
- newInstancein interface- XPutGetBag.Factory<E>
- Specified by:
- newInstancein interface- XPutGetCollection.Creator<E>
- Specified by:
- newInstancein interface- XPuttingBag.Creator<E>
- Specified by:
- newInstancein interface- XPuttingCollection.Creator<E>
- Specified by:
- newInstancein interface- XRemovingBag.Factory<E>
- Specified by:
- newInstancein interface- XRemovingCollection.Factory<E>
 
 
-