Package org.exoplatform.services.user
Class UserStateService.LastActivityComparatorASC
- java.lang.Object
-
- org.exoplatform.services.user.UserStateService.LastActivityComparatorASC
-
- All Implemented Interfaces:
Comparator<UserStateModel>
- Enclosing class:
- UserStateService
public static class UserStateService.LastActivityComparatorASC extends Object implements Comparator<UserStateModel>
-
-
Constructor Summary
Constructors Constructor Description LastActivityComparatorASC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(UserStateModel u1, UserStateModel u2)-
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
-
-
-
-
Method Detail
-
compare
public int compare(UserStateModel u1, UserStateModel u2)
- Specified by:
comparein interfaceComparator<UserStateModel>
-
-