Class PageNameComparator

  • All Implemented Interfaces:
    java.util.Comparator<AbstractPageData>

    @Deprecated(since="6.6",
                forRemoval=true)
    public class PageNameComparator
    extends java.lang.Object
    implements java.util.Comparator<AbstractPageData>
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 6.6
    Compare AbstractPageData by name and sort by ascending (alphabetical) order.
    • Constructor Summary

      Constructors 
      Constructor Description
      PageNameComparator()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int compare​(AbstractPageData page1, AbstractPageData page2)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • PageNameComparator

        public PageNameComparator()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • compare

        public int compare​(AbstractPageData page1,
                           AbstractPageData page2)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        compare in interface java.util.Comparator<AbstractPageData>