Package org.opencms.gwt.shared.sort
Class CmsComparatorTitle
java.lang.Object
org.opencms.gwt.shared.sort.CmsComparatorTitle
- All Implemented Interfaces:
Comparator<I_CmsHasTitle>
Comparator for objects with a title 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
-
CmsComparatorTitle
Constructor.- Parameters:
ascending
- iftrue
order is ascending
-
-
Method Details