IComparator
Short summary
This interface is used to compare objects with an alternative comparator. This allows you to create your own sorting rules without having to modify existing objects.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | IObject | - |
UML Diagram
Methods
compare
- Parameters:
- Return type: CNM_ReturnTypes.ComparationResult
This method compares two objects, this is needed for sort orders.…
Code
Declaration
INTERFACE IComparator EXTENDS IObject