ISectionSorter
Short summary
Interface for a sorter that is able to sort only a sublist from a list based on indices
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | IArrayListSorter | - |
UML Diagram
Properties
compareAmount
Type: UDINT
The maximu amount of compares that can be used in this cycle to sort the current section…
endIndex
Type: UDINT
The last index that should be includeded in the section…
startIndex
Type: UDINT
The first index that is included in the section…
Code
Declaration
INTERFACE ISectionSorter EXTENDS IArrayListSorter