Interface XGettingSortation.Factory<E>
- All Superinterfaces:
XFactory<E>
,XGettingCollection.Creator<E>
,XGettingSequence.Factory<E>
- All Known Subinterfaces:
XLadder.Factory<E>
,XProcessingSortation.Factory<E>
,XRank.Factory<E>
,XSortation.Factory<E>
- Enclosing interface:
- XGettingSortation<E>
public static interface XGettingSortation.Factory<E> extends XGettingSequence.Factory<E>
-
Method Summary
Modifier and Type Method Description XGettingSortation<E>
newInstance()
-
Method Details
-
newInstance
XGettingSortation<E> newInstance()- Specified by:
newInstance
in interfaceXFactory<E>
- Specified by:
newInstance
in interfaceXGettingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXGettingSequence.Factory<E>
-