Class ChildPositionComparator

  • All Implemented Interfaces:
    Comparator<Page>

    public class ChildPositionComparator
    extends Object
    implements Comparator<Page>
    A comparator used to sort pages based on the Page Ordering sort rules.

    This comparator will compare the position of the two pages with null smaller than anything else. If that comparison results in 0 a title based "natural" sort will be used. For details on the Natural Sort algorithm see the NaturalStringComparator.

    • Constructor Detail

      • ChildPositionComparator

        public ChildPositionComparator()