Class RowElementsStrongComparator

  • All Implemented Interfaces:
    Comparator<com._1c.g5.v8.dt.moxel.ui.extension.diff.RowElement>

    public class RowElementsStrongComparator
    extends Object
    implements Comparator<com._1c.g5.v8.dt.moxel.ui.extension.diff.RowElement>
    Implementation of Comparator for comparing instances of RowElement.
    • Constructor Detail

      • RowElementsStrongComparator

        public RowElementsStrongComparator()
    • Method Detail

      • compare

        public int compare​(com._1c.g5.v8.dt.moxel.ui.extension.diff.RowElement o1,
                           com._1c.g5.v8.dt.moxel.ui.extension.diff.RowElement o2)
        Specified by:
        compare in interface Comparator<com._1c.g5.v8.dt.moxel.ui.extension.diff.RowElement>