Interface XPutGetSet.Factory<E>
- All Superinterfaces:
XAddGetCollection.Creator<E>
,XAddingCollection.Creator<E>
,XAddingSet.Creator<E>
,XFactory<E>
,XGettingCollection.Creator<E>
,XGettingSet.Creator<E>
,XPutGetCollection.Creator<E>
,XPuttingCollection.Creator<E>
,XPuttingSet.Creator<E>
- All Known Subinterfaces:
XBasicEnum.Creator<E>
,XEnum.Creator<E>
,XRank.Factory<E>
,XSet.Factory<E>
- Enclosing interface:
- XPutGetSet<E>
public static interface XPutGetSet.Factory<E> extends XPuttingSet.Creator<E>, XGettingSet.Creator<E>, XPutGetCollection.Creator<E>
-
Method Summary
Modifier and Type Method Description XPutGetSet<E>
newInstance()
-
Method Details
-
newInstance
XPutGetSet<E> newInstance()- Specified by:
newInstance
in interfaceXAddGetCollection.Creator<E>
- Specified by:
newInstance
in interfaceXAddingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXAddingSet.Creator<E>
- Specified by:
newInstance
in interfaceXFactory<E>
- Specified by:
newInstance
in interfaceXGettingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXGettingSet.Creator<E>
- Specified by:
newInstance
in interfaceXPutGetCollection.Creator<E>
- Specified by:
newInstance
in interfaceXPuttingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXPuttingSet.Creator<E>
-