Interface XAddGetCollection.Creator<E>
-
- All Superinterfaces:
XAddingCollection.Creator<E>
,XFactory<E>
,XGettingCollection.Creator<E>
- All Known Subinterfaces:
XAddGetSet.Factory<E>
,XBag.Factory<E>
,XBasicEnum.Creator<E>
,XBasicList.Creator<E>
,XBasicSequence.Factory<E>
,XCollection.Factory<E>
,XEnum.Creator<E>
,XLadder.Factory<E>
,XList.Creator<E>
,XPutGetCollection.Creator<E>
,XPutGetList.Factory<E>
,XPutGetSequence.Factory<E>
,XPutGetSet.Factory<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:
- XAddGetCollection<E>
public static interface XAddGetCollection.Creator<E> extends XAddingCollection.Creator<E>, XGettingCollection.Creator<E>
-
-
Method Summary
Modifier and Type Method Description XAddGetCollection<E>
newInstance()
-
-
-
Method Detail
-
newInstance
XAddGetCollection<E> newInstance()
- Specified by:
newInstance
in interfaceXAddingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXFactory<E>
- Specified by:
newInstance
in interfaceXGettingCollection.Creator<E>
-
-