Package org.ametys.core.userpref
Class UserPreferencesExtensionPoint.UserPrefOrderComparator
- java.lang.Object
 - 
- org.ametys.core.userpref.UserPreferencesExtensionPoint.UserPrefOrderComparator
 
 
- 
- All Implemented Interfaces:
 Comparator<UserPreference>
- Enclosing class:
 - UserPreferencesExtensionPoint
 
class UserPreferencesExtensionPoint.UserPrefOrderComparator extends Object implements Comparator<UserPreference>
Compares user preferences on their "order" attribute. 
- 
- 
Constructor Summary
Constructors Constructor Description UserPrefOrderComparator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(UserPreference pref1, UserPreference pref2)- 
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 Detail
- 
UserPrefOrderComparator
UserPrefOrderComparator()
 
 - 
 
- 
Method Detail
- 
compare
public int compare(UserPreference pref1, UserPreference pref2)
- Specified by:
 comparein interfaceComparator<UserPreference>
 
 - 
 
 -