Interface XCollection.Factory<E>
-
- All Superinterfaces:
XAddGetCollection.Creator<E>,XAddingCollection.Creator<E>,XFactory<E>,XGettingCollection.Creator<E>,XProcessingCollection.Factory<E>,XPutGetCollection.Creator<E>,XPuttingCollection.Creator<E>
- All Known Subinterfaces:
XBag.Factory<E>,XBasicEnum.Creator<E>,XBasicList.Creator<E>,XBasicSequence.Factory<E>,XEnum.Creator<E>,XLadder.Factory<E>,XList.Creator<E>,XRank.Factory<E>,XSequence.Creator<E>,XSet.Factory<E>,XSortation.Factory<E>
- All Known Implementing Classes:
BulkList.Creator,EqBulkList.Creator,LimitList.Creator
- Enclosing interface:
- XCollection<E>
public static interface XCollection.Factory<E> extends XProcessingCollection.Factory<E>, XPutGetCollection.Creator<E>
-
-
Method Summary
Modifier and Type Method Description XCollection<E>newInstance()
-
-
-
Method Detail
-
newInstance
XCollection<E> newInstance()
- Specified by:
newInstancein interfaceXAddGetCollection.Creator<E>- Specified by:
newInstancein interfaceXAddingCollection.Creator<E>- Specified by:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
newInstancein interfaceXProcessingCollection.Factory<E>- Specified by:
newInstancein interfaceXPutGetCollection.Creator<E>- Specified by:
newInstancein interfaceXPuttingCollection.Creator<E>
-
-