com.atlassian.confluence.pages
Class ChildPositionComparator

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

public class ChildPositionComparator
extends java.lang.Object
implements java.util.Comparator

A comparator used to sort pages based on the Page Ordering sort rules.

This comparator will use the position of the two pages if they both are set, otherwise will revert to a name based "natural" sort. For details on the Natural Sort algorithm see the NaturalStringComparator.


Constructor Summary
ChildPositionComparator()
           
 
Method Summary
 int compare(java.lang.Object arg0, java.lang.Object arg1)
           
 
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(java.lang.Object arg0,
                   java.lang.Object arg1)
Specified by:
compare in interface java.util.Comparator


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.