Class SolutionCompare

  • All Implemented Interfaces:
    Comparator

    public class SolutionCompare
    extends Object
    implements Comparator
    Class that compares solution paths used for sorting. It takes into account the path depth and sorts the parent directories before than the children.
    Author:
    dmoran
    • Constructor Detail

      • SolutionCompare

        public SolutionCompare()