Comparator<User>
public static final class User.LoginComparator extends Object implements Comparator<User>
Constructor | Description |
---|---|
LoginComparator() |
Modifier and Type | Method | Description |
---|---|---|
int |
compare(User o1,
User o2) |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(User o1, User o2)
compare
in interface Comparator<User>
Copyright © 2002–2019 itracker. All rights reserved.