Package org.hippoecm.frontend.model.tree
Class JcrTreeNodeComparator
- java.lang.Object
-
- org.hippoecm.frontend.model.tree.JcrTreeNodeComparator
-
- All Implemented Interfaces:
Serializable
,Comparator<IJcrTreeNode>
,org.apache.wicket.util.io.IClusterable
public class JcrTreeNodeComparator extends Object implements Comparator<IJcrTreeNode>, org.apache.wicket.util.io.IClusterable
Comparator implementation based on physical JCR node names.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JcrTreeNodeComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(IJcrTreeNode o1, IJcrTreeNode o2)
-
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
-
-
-
-
Method Detail
-
compare
public int compare(IJcrTreeNode o1, IJcrTreeNode o2)
- Specified by:
compare
in interfaceComparator<IJcrTreeNode>
-
-