public class CourseCompareByDeptAndCatalog extends Object implements Comparator<Course>
| Constructor and Description |
|---|
CourseCompareByDeptAndCatalog() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Course c1,
Course c2) |
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(Course c1, Course c2)
compare in interface Comparator<Course>Copyright © 2023 Jasig. All rights reserved.