Interface XPutGetSortation.Factory<E>
- All Superinterfaces:
- XAddingCollection.Creator<E>,- XAddingSequence.Creator<E>,- XAddingSortation.Factory<E>,- XFactory<E>,- XGettingCollection.Creator<E>,- XGettingSequence.Factory<E>,- XPuttingCollection.Creator<E>,- XPuttingSequence.Creator<E>,- XPuttingSortation.Factory<E>
- All Known Subinterfaces:
- XLadder.Factory<E>,- XRank.Factory<E>,- XSortation.Factory<E>
- Enclosing interface:
- XPutGetSortation<E>
public static interface XPutGetSortation.Factory<E> extends XGettingSequence.Factory<E>, XPuttingSortation.Factory<E>
- 
Method SummaryModifier and Type Method Description XPutGetSortation<E>newInstance()
- 
Method Details- 
newInstanceXPutGetSortation<E> newInstance()- Specified by:
- newInstancein interface- XAddingCollection.Creator<E>
- Specified by:
- newInstancein interface- XAddingSequence.Creator<E>
- Specified by:
- newInstancein interface- XAddingSortation.Factory<E>
- Specified by:
- newInstancein interface- XFactory<E>
- Specified by:
- newInstancein interface- XGettingCollection.Creator<E>
- Specified by:
- newInstancein interface- XGettingSequence.Factory<E>
- Specified by:
- newInstancein interface- XPuttingCollection.Creator<E>
- Specified by:
- newInstancein interface- XPuttingSequence.Creator<E>
- Specified by:
- newInstancein interface- XPuttingSortation.Factory<E>
 
 
-