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:
newInstance
in interfaceXAddGetCollection.Creator<E>
- Specified by:
newInstance
in interfaceXAddingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXFactory<E>
- Specified by:
newInstance
in interfaceXGettingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXProcessingCollection.Factory<E>
- Specified by:
newInstance
in interfaceXPutGetCollection.Creator<E>
- Specified by:
newInstance
in interfaceXPuttingCollection.Creator<E>
-
-