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:
-
Constructor Summary
-
Method Summary
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 Details
-
JcrTreeNodeComparator
public JcrTreeNodeComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<IJcrTreeNode>
-