Class RepositoryNodeGenerator.NodeNameComparator

    • Field Detail

      • _ascending

        protected boolean _ascending
        Indicates if the comparators acts in ascending order.
    • Constructor Detail

      • NodeNameComparator

        public NodeNameComparator​(boolean ascending)
        Constructs a node name comparator, specifying ascending or descending order.
        Parameters:
        ascending - true if we want to compare node names in ascending order, false otherwise.