SorterChange#

class SorterChange#

Describes changes in a sorter in more detail and allows users to optimize resorting.

Fields#

class SorterChange
DIFFERENT#

The sorter change cannot be described by any of the other enumeration values

INVERTED#

The sort order was inverted. Comparisons that returned SMALLER now return LARGER and vice versa. Other comparisons return the same values as before.

LESS_STRICT#

The sorter is less strict: Comparisons may now return EQUAL that did not do so before.

MORE_STRICT#

The sorter is more strict: Comparisons that did return EQUAL may not do so anymore.