Package org.hippoecm.frontend.model.tree
Class JcrTreeNameComparator
java.lang.Object
org.hippoecm.frontend.model.tree.JcrTreeNameComparator
- All Implemented Interfaces:
Serializable
,Comparator<IJcrTreeNode>
,org.apache.wicket.util.io.IClusterable
public class JcrTreeNameComparator
extends Object
implements Comparator<IJcrTreeNode>, org.apache.wicket.util.io.IClusterable
Comparator implementation based on display names of folder or document nodes.
- 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
-
JcrTreeNameComparator
public JcrTreeNameComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<IJcrTreeNode>
-