Package org.opencms.gwt.shared.sort
Class CmsComparatorType
java.lang.Object
org.opencms.gwt.shared.sort.CmsComparatorType
- All Implemented Interfaces:
Comparator<I_CmsHasType>
Comparator for objects with a type 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, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CmsComparatorType
Constructor.- Parameters:
ascending- iftrueorder is ascending
-
-
Method Details