Class UserTrackerModifiedDateComparator
Object
com.liferay.portal.kernel.util.comparator.UserTrackerModifiedDateComparator
- All Implemented Interfaces:
Serializable
,Comparator<UserTracker>
public class UserTrackerModifiedDateComparator
extends Object
implements Comparator<UserTracker>, Serializable
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(UserTracker userTracker1, UserTracker userTracker2) 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
-
UserTrackerModifiedDateComparator
public UserTrackerModifiedDateComparator() -
UserTrackerModifiedDateComparator
public UserTrackerModifiedDateComparator(boolean ascending)
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<UserTracker>
-