Interface XReplacingBag.Factory<E>

All Superinterfaces:
XFactory<E>, XGettingCollection.Creator<E>
All Known Subinterfaces:
XDecreasingList.Creator<E>, XIncreasingList.Creator<E>, XList.Creator<E>, XSettingList.Creator<E>
All Known Implementing Classes:
BulkList.Creator, EqBulkList.Creator, FixedList.Creator, LimitList.Creator
Enclosing interface:
XReplacingBag<E>

public static interface XReplacingBag.Factory<E>
extends XGettingCollection.Creator<E>
  • Method Summary

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