|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.pages.ChildPositionComparator
public class ChildPositionComparator
A comparator used to sort pages based on the Page Ordering sort rules.
This comparator will compare the position of the two pages withnull
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 |
---|
public ChildPositionComparator()
Method Detail |
---|
public int compare(Page page0, Page page1)
compare
in interface java.util.Comparator<Page>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |