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:
 newInstancein interfaceXFactory<E>- Specified by:
 newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
 newInstancein interfaceXGettingSequence.Factory<E>
 
 -