com.atlassian.confluence.pages
Class ChildPositionComparator

java.lang.Object
  extended by com.atlassian.confluence.pages.ChildPositionComparator
All Implemented Interfaces:
java.util.Comparator<Page>

public class ChildPositionComparator
extends java.lang.Object
implements java.util.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 Summary
ChildPositionComparator()
           
 
Method Summary
 int compare(Page page0, Page page1)
           
 
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
 

Constructor Detail

ChildPositionComparator

public ChildPositionComparator()
Method Detail

compare

public int compare(Page page0,
                   Page page1)
Specified by:
compare in interface java.util.Comparator<Page>


Copyright © 2003-2014 Atlassian. All Rights Reserved.