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
Enclosing interface:
XBag<E>

public static interface XBag.Factory<E>
extends XPutGetBag.Factory<E>, XProcessingBag.Factory<E>, XCollection.Factory<E>
  • Method Summary

    Modifier and Type Method Description
    XBag<E> newInstance()