Interface XLadder.Factory<E>
- All Superinterfaces:
 XAddGetCollection.Creator<E>,XAddingBag.Factory<E>,XAddingCollection.Creator<E>,XAddingList.Creator<E>,XAddingSequence.Creator<E>,XAddingSortation.Factory<E>,XBag.Factory<E>,XBasicList.Creator<E>,XBasicSequence.Factory<E>,XCollection.Factory<E>,XFactory<E>,XGettingBag.Factory<E>,XGettingCollection.Creator<E>,XGettingList.Factory<E>,XGettingSequence.Factory<E>,XGettingSortation.Factory<E>,XProcessingBag.Factory<E>,XProcessingCollection.Factory<E>,XProcessingList.Factory<E>,XProcessingSequence.Factory<E>,XProcessingSortation.Factory<E>,XPutGetBag.Factory<E>,XPutGetCollection.Creator<E>,XPutGetList.Factory<E>,XPutGetSequence.Factory<E>,XPutGetSortation.Factory<E>,XPuttingBag.Creator<E>,XPuttingCollection.Creator<E>,XPuttingList.Creator<E>,XPuttingSequence.Creator<E>,XPuttingSortation.Factory<E>,XRemovingBag.Factory<E>,XRemovingCollection.Factory<E>,XRemovingList.Factory<E>,XRemovingSequence.Factory<E>,XSortation.Factory<E>
public static interface XLadder.Factory<E> extends XSortation.Factory<E>, XBasicList.Creator<E>
- 
Method Summary
Modifier and Type Method Description XLadder<E>newInstance() 
- 
Method Details
- 
newInstance
- Specified by:
 newInstancein interfaceXAddGetCollection.Creator<E>- Specified by:
 newInstancein interfaceXAddingBag.Factory<E>- Specified by:
 newInstancein interfaceXAddingCollection.Creator<E>- Specified by:
 newInstancein interfaceXAddingList.Creator<E>- Specified by:
 newInstancein interfaceXAddingSequence.Creator<E>- Specified by:
 newInstancein interfaceXAddingSortation.Factory<E>- Specified by:
 newInstancein interfaceXBag.Factory<E>- Specified by:
 newInstancein interfaceXBasicList.Creator<E>- Specified by:
 newInstancein interfaceXBasicSequence.Factory<E>- Specified by:
 newInstancein interfaceXCollection.Factory<E>- Specified by:
 newInstancein interfaceXFactory<E>- Specified by:
 newInstancein interfaceXGettingBag.Factory<E>- Specified by:
 newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
 newInstancein interfaceXGettingList.Factory<E>- Specified by:
 newInstancein interfaceXGettingSequence.Factory<E>- Specified by:
 newInstancein interfaceXGettingSortation.Factory<E>- Specified by:
 newInstancein interfaceXProcessingBag.Factory<E>- Specified by:
 newInstancein interfaceXProcessingCollection.Factory<E>- Specified by:
 newInstancein interfaceXProcessingList.Factory<E>- Specified by:
 newInstancein interfaceXProcessingSequence.Factory<E>- Specified by:
 newInstancein interfaceXProcessingSortation.Factory<E>- Specified by:
 newInstancein interfaceXPutGetBag.Factory<E>- Specified by:
 newInstancein interfaceXPutGetCollection.Creator<E>- Specified by:
 newInstancein interfaceXPutGetList.Factory<E>- Specified by:
 newInstancein interfaceXPutGetSequence.Factory<E>- Specified by:
 newInstancein interfaceXPutGetSortation.Factory<E>- Specified by:
 newInstancein interfaceXPuttingBag.Creator<E>- Specified by:
 newInstancein interfaceXPuttingCollection.Creator<E>- Specified by:
 newInstancein interfaceXPuttingList.Creator<E>- Specified by:
 newInstancein interfaceXPuttingSequence.Creator<E>- Specified by:
 newInstancein interfaceXPuttingSortation.Factory<E>- Specified by:
 newInstancein interfaceXRemovingBag.Factory<E>- Specified by:
 newInstancein interfaceXRemovingCollection.Factory<E>- Specified by:
 newInstancein interfaceXRemovingList.Factory<E>- Specified by:
 newInstancein interfaceXRemovingSequence.Factory<E>- Specified by:
 newInstancein interfaceXSortation.Factory<E>
 
 -