Interface XRemovingSortation.Factory<E>
- All Superinterfaces:
 XFactory<E>,XRemovingCollection.Factory<E>,XRemovingSequence.Factory<E>
- Enclosing interface:
 - XRemovingSortation<E>
 
public static interface XRemovingSortation.Factory<E> extends XRemovingSequence.Factory<E>
- 
Method Summary
Modifier and Type Method Description XRemovingSortation<E>newInstance() 
- 
Method Details
- 
newInstance
XRemovingSortation<E> newInstance()- Specified by:
 newInstancein interfaceXFactory<E>- Specified by:
 newInstancein interfaceXRemovingCollection.Factory<E>- Specified by:
 newInstancein interfaceXRemovingSequence.Factory<E>
 
 -