Interface SingleBatchSorter
- All Known Implementing Classes:
- SingleBatchSorterTemplate
public interface SingleBatchSorter
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetup(FragmentContext context, SelectionVector2 vector2, VectorAccessible incoming) voidsort(SelectionVector2 vector2) 
- 
Field Details- 
TEMPLATE_DEFINITION
 
- 
- 
Method Details- 
setupvoid setup(FragmentContext context, SelectionVector2 vector2, VectorAccessible incoming) throws SchemaChangeException - Throws:
- SchemaChangeException
 
- 
sort- Throws:
- SchemaChangeException
 
 
-