Class GetMoviesInYear.SortMoviesByTitle

java.lang.Object
edu.pdx.cs410J.rmi.GetMoviesInYear.SortMoviesByTitle
All Implemented Interfaces:
Serializable, Comparator<Movie>
Enclosing class:
GetMoviesInYear

An inner serializable comparator that sorts movies alphabetically by their titles.