class UserPreferencesExtensionPoint.UserPrefOrderComparator extends Object implements Comparator<UserPreference>
Constructor and Description |
---|
UserPrefOrderComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(UserPreference pref1,
UserPreference pref2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
UserPrefOrderComparator()
public int compare(UserPreference pref1, UserPreference pref2)
compare
in interface Comparator<UserPreference>