Interface XPutGetCollection.Creator<E>
-
- All Superinterfaces:
XAddGetCollection.Creator<E>
,XAddingCollection.Creator<E>
,XFactory<E>
,XGettingCollection.Creator<E>
,XPuttingCollection.Creator<E>
- All Known Subinterfaces:
XBag.Factory<E>
,XBasicEnum.Creator<E>
,XBasicList.Creator<E>
,XBasicSequence.Factory<E>
,XCollection.Factory<E>
,XEnum.Creator<E>
,XLadder.Factory<E>
,XList.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:
- XPutGetCollection<E>
public static interface XPutGetCollection.Creator<E> extends XPuttingCollection.Creator<E>, XAddGetCollection.Creator<E>
-
-
Method Summary
Modifier and Type Method Description XPutGetCollection<E>
newInstance()
-
-
-
Method Detail
-
newInstance
XPutGetCollection<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 interfaceXPuttingCollection.Creator<E>
-
-