271272273274275276277
/** * Sort routes into alphabetical order by route number, */ public void sortRoutes ( ) { Collections.sort(routes, new SortedRoutes()); }