IInstantSortable
Short summary
An interface that provides immediate sorting operatians.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Methods
ascending
- Parameters:
comparator(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
This method sorts the data structure immediately in an ascending order. …
descending
- Parameters:
comparator(CNM_AbstractObject.IComparator): the comparator that should be used for the sort. Must not be changed while sort is in process
- Return type: CNM_ReturnTypes.SingleExecutionResult
This method sorts the data structure in a descending order, so from great to low.…
Code
Declaration
INTERFACE IInstantSortable EXTENDS CNM_AbstractObject.IObject