ISectionBasedArrayListSorter
Short summary
Interface for Sorters that use a diffrent sorter to presort sections of the list
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | IArrayListSorter | - |
UML Diagram
Methods
setSectionSorter
- Parameters:
sectionSorter(ISectionSorter): The section sorter that should be used
- Return type:
VOID
This method sets an custom sectionsorter…
Code
Declaration
INTERFACE ISectionBasedArrayListSorter EXTENDS IArrayListSorter