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