Skip to main content

ISortable

Short summary

An interface for classes that can be sorted. Mainly used in Lists.

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.IObject-

UML Diagram

Properties

instant

Type: IInstantSortable

This property returns a fluent interface for immediate sorting operations that will finish wihtin one call.

Methods

ascending

This method sorts the data structure.

descending

This method sorts the Sortable in the descending order, so from great to low

Code

Declaration

INTERFACE ISortable EXTENDS CNM_AbstractObject.IObject