Skip to main content

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.

AccessAbstractFinalExtendsImplements
-NoNoIObject-

UML Diagram

Methods

compare

This method compares two objects, this is needed for sort orders.

Code

Declaration

INTERFACE IComparator  EXTENDS IObject