IInvertable
Short summary
Allows to reverse the order of the contained objects.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Methods
invert
- Return type:
VOID
Inverts the order of the elements inside the object. Does not apply any kind of sorting, only reverses.…
Code
Declaration
INTERFACE IInvertable EXTENDS CNM_AbstractObject.IObject