IListHelpers
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_CollectionInterfaces.IList | - |
UML Diagram
Properties
listChangeIndex
Type: __XWORD
Methods
instantSorting
- Parameters:
order(SortingOrder)comparator(CNM_CollectionInterfaces.CNM_AbstractObject.IComparator): Optional: the comparator that should be used for the sort. Must not be changed while sort is in process
- Return type: CNM_ReturnTypes.SingleExecutionResult
sorting
- Parameters:
execute(BOOL)order(SortingOrder)comparator(CNM_CollectionInterfaces.CNM_AbstractObject.IComparator): Optional: the comparator that should be used for the sort. Must not be changed while sort is in process
- Return type: CNM_ReturnTypes.SingleExecutionState
Code
Declaration
INTERFACE INTERNAL IListHelpers EXTENDS CNM_CollectionInterfaces.IList