utils/movie_sort_util library

Utility functions for sorting movies.

Copyright (C) 2025, Software Innovation Institute, ANU.

Licensed under the GNU General Public License, Version 3 (the "License").

License: https://www.gnu.org/licenses/gpl-3.0.en.html.

Authors: Kevin Wang

Functions

sortMovies(List<Movie> movies, MovieSortCriteria criteria) List<Movie>
Sorts a list of movies based on the specified criteria.