Interface XSortableEnum.Creator<E>
- All Superinterfaces:
XFactory<E>,XGettingCollection.Creator<E>,XGettingEnum.Creator<E>,XGettingSequence.Factory<E>,XGettingSet.Creator<E>,XSortableSequence.Creator<E>
- All Known Subinterfaces:
XDecreasingEnum.Creator<E>,XIncreasingEnum.Factory<E>,XSettingEnum.Creator<E>
- Enclosing interface:
- XSortableEnum<E>
public static interface XSortableEnum.Creator<E> extends XSortableSequence.Creator<E>, XGettingEnum.Creator<E>
-
Method Summary
Modifier and Type Method Description XSortableEnum<E>newInstance()
-
Method Details
-
newInstance
XSortableEnum<E> newInstance()- Specified by:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
newInstancein interfaceXGettingEnum.Creator<E>- Specified by:
newInstancein interfaceXGettingSequence.Factory<E>- Specified by:
newInstancein interfaceXGettingSet.Creator<E>- Specified by:
newInstancein interfaceXSortableSequence.Creator<E>
-