public class CourseSectionCodeComparator extends Object implements Comparator<CourseSection>
| Modifier and Type | Field and Description |
|---|---|
static CourseSectionCodeComparator |
INSTANCE |
| Constructor and Description |
|---|
CourseSectionCodeComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(CourseSection o1,
CourseSection 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 static final CourseSectionCodeComparator INSTANCE
public int compare(CourseSection o1, CourseSection o2)
compare in interface Comparator<CourseSection>Copyright © 2023 Jasig. All rights reserved.