Interface XSortation.Factory<E>
- All Superinterfaces:
 XAddGetCollection.Creator<E>,XAddingCollection.Creator<E>,XAddingSequence.Creator<E>,XAddingSortation.Factory<E>,XBasicSequence.Factory<E>,XCollection.Factory<E>,XFactory<E>,XGettingCollection.Creator<E>,XGettingSequence.Factory<E>,XGettingSortation.Factory<E>,XProcessingCollection.Factory<E>,XProcessingSequence.Factory<E>,XProcessingSortation.Factory<E>,XPutGetCollection.Creator<E>,XPutGetSequence.Factory<E>,XPutGetSortation.Factory<E>,XPuttingCollection.Creator<E>,XPuttingSequence.Creator<E>,XPuttingSortation.Factory<E>,XRemovingCollection.Factory<E>,XRemovingSequence.Factory<E>
- All Known Subinterfaces:
 XLadder.Factory<E>,XRank.Factory<E>
- Enclosing interface:
 - XSortation<E>
 
public static interface XSortation.Factory<E> extends XBasicSequence.Factory<E>, XPutGetSortation.Factory<E>, XProcessingSortation.Factory<E>
- 
Method Summary
Modifier and Type Method Description XSortation<E>newInstance() 
- 
Method Details
- 
newInstance
XSortation<E> newInstance()- Specified by:
 newInstancein interfaceXAddGetCollection.Creator<E>- Specified by:
 newInstancein interfaceXAddingCollection.Creator<E>- Specified by:
 newInstancein interfaceXAddingSequence.Creator<E>- Specified by:
 newInstancein interfaceXAddingSortation.Factory<E>- Specified by:
 newInstancein interfaceXBasicSequence.Factory<E>- Specified by:
 newInstancein interfaceXCollection.Factory<E>- Specified by:
 newInstancein interfaceXFactory<E>- Specified by:
 newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
 newInstancein interfaceXGettingSequence.Factory<E>- Specified by:
 newInstancein interfaceXGettingSortation.Factory<E>- Specified by:
 newInstancein interfaceXProcessingCollection.Factory<E>- Specified by:
 newInstancein interfaceXProcessingSequence.Factory<E>- Specified by:
 newInstancein interfaceXProcessingSortation.Factory<E>- Specified by:
 newInstancein interfaceXPutGetCollection.Creator<E>- Specified by:
 newInstancein interfaceXPutGetSequence.Factory<E>- Specified by:
 newInstancein interfaceXPutGetSortation.Factory<E>- Specified by:
 newInstancein interfaceXPuttingCollection.Creator<E>- Specified by:
 newInstancein interfaceXPuttingSequence.Creator<E>- Specified by:
 newInstancein interfaceXPuttingSortation.Factory<E>- Specified by:
 newInstancein interfaceXRemovingCollection.Factory<E>- Specified by:
 newInstancein interfaceXRemovingSequence.Factory<E>
 
 -