Package org.opencms.gwt.shared.sort
Class CmsComparatorPath
java.lang.Object
org.opencms.gwt.shared.sort.CmsComparatorPath
- All Implemented Interfaces:
Comparator<I_CmsHasPath>
Comparator for objects with a path property.
- Since:
- 8.0.0
- See Also:
-
Constructor Summary
Constructors -
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
-
CmsComparatorPath
Constructor.- Parameters:
ascending
- iftrue
order is ascending
-
-
Method Details