Interface XRemovingBag.Factory<E>
-
- All Superinterfaces:
XFactory<E>,XRemovingCollection.Factory<E>
- All Known Subinterfaces:
XBag.Factory<E>,XBasicList.Creator<E>,XDecreasingList.Creator<E>,XLadder.Factory<E>,XList.Creator<E>,XProcessingBag.Factory<E>,XProcessingList.Factory<E>,XRemovingList.Factory<E>
- All Known Implementing Classes:
BulkList.Creator,EqBulkList.Creator,LimitList.Creator
- Enclosing interface:
- XRemovingBag<E>
public static interface XRemovingBag.Factory<E> extends XRemovingCollection.Factory<E>
-
-
Method Summary
Modifier and Type Method Description XRemovingBag<E>newInstance()
-
-
-
Method Detail
-
newInstance
XRemovingBag<E> newInstance()
- Specified by:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXRemovingCollection.Factory<E>
-
-