public class EmployeeStrengthComparator extends Object implements Comparator<Employee>, Serializable
Constructor and Description |
---|
EmployeeStrengthComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Employee a,
Employee b) |
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
public int compare(Employee a, Employee b)
compare
in interface Comparator<Employee>
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.