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, waitequalspublic CourseMeetingCompareByRoomAndStreetAddress()
public int compare(CourseMeeting cm1, CourseMeeting cm2)
compare in interface Comparator<CourseMeeting>Copyright © 2016 Jasig. All Rights Reserved.