Interface XAddingSortation.Factory<E>
- All Superinterfaces:
 XAddingCollection.Creator<E>,XAddingSequence.Creator<E>,XFactory<E>
- All Known Subinterfaces:
 XLadder.Factory<E>,XPutGetSortation.Factory<E>,XPuttingSortation.Factory<E>,XRank.Factory<E>,XSortation.Factory<E>
- Enclosing interface:
 - XAddingSortation<E>
 
public static interface XAddingSortation.Factory<E> extends XAddingSequence.Creator<E>
- 
Method Summary
Modifier and Type Method Description XAddingSortation<E>newInstance() 
- 
Method Details
- 
newInstance
XAddingSortation<E> newInstance()- Specified by:
 newInstancein interfaceXAddingCollection.Creator<E>- Specified by:
 newInstancein interfaceXAddingSequence.Creator<E>- Specified by:
 newInstancein interfaceXFactory<E>
 
 -