Packagecom.yworks.yfiles.util
Interfacepublic interface Comparators_PartialOrder
Implementors NodeOrderComparator, SwimLaneDescriptor, XCoordComparator

Tag interface to mark comparator or comparable implementations that do not define a total order but only a partial order. Implementations tagged with this interface use a special sorting algorithm that is behavior-compatible with the pre-Java-7 sorting algorithms in the sense that it does not throw IllegalArgumentException if the specified comparator used for sorting does not define a total order.

See also

com.yworks.yfiles.util.Comparators.sort2()
com.yworks.yfiles.util.Comparators.sort()
com.yworks.yfiles.util.Comparators.sort3()