Interface XGettingSet.Creator<E>
-
- All Superinterfaces:
XFactory<E>
,XGettingCollection.Creator<E>
- All Known Subinterfaces:
XAddGetSet.Factory<E>
,XBasicEnum.Creator<E>
,XDecreasingEnum.Creator<E>
,XEnum.Creator<E>
,XGettingEnum.Creator<E>
,XImmutableEnum.Factory<E>
,XImmutableSet.Factory<E>
,XIncreasingEnum.Factory<E>
,XProcessingEnum.Creator<E>
,XProcessingSet.Factory<E>
,XPutGetEnum.Creator<E>
,XPutGetSet.Factory<E>
,XRank.Factory<E>
,XSet.Factory<E>
,XSettingEnum.Creator<E>
,XSortableEnum.Creator<E>
- Enclosing interface:
- XGettingSet<E>
public static interface XGettingSet.Creator<E> extends XGettingCollection.Creator<E>
-
-
Method Summary
Modifier and Type Method Description XGettingSet<E>
newInstance()
-
-
-
Method Detail
-
newInstance
XGettingSet<E> newInstance()
- Specified by:
newInstance
in interfaceXFactory<E>
- Specified by:
newInstance
in interfaceXGettingCollection.Creator<E>
-
-