public class UserProfileComparator extends Object implements Comparator<UserProfile>
| Constructor and Description |
|---|
UserProfileComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(UserProfile o1,
UserProfile o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(UserProfile o1, UserProfile o2)
compare in interface Comparator<UserProfile>Copyright © 2017. All rights reserved.