public class CourseMeetingCompareByRoomAndStreetAddress extends Object implements Comparator<CourseMeeting>
| Constructor and Description |
|---|
CourseMeetingCompareByRoomAndStreetAddress() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(CourseMeeting cm1,
CourseMeeting cm2)
Method will sort the Courses Meeting Location
|
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 CourseMeetingCompareByRoomAndStreetAddress()
public int compare(CourseMeeting cm1, CourseMeeting cm2)
compare in interface Comparator<CourseMeeting>Copyright © 2023 Jasig. All rights reserved.