Uses of Class
usflix.Movie

Uses of Movie in usflix
 

Fields in usflix with type parameters of type Movie
private  java.util.ArrayList<Movie> MovieDatabase.movies
           
 

Methods in usflix that return types with arguments of type Movie
 java.util.ArrayList<Movie> MovieDatabase.searchByTitle(java.lang.String[] keywords)
          Search for the movies that contain all the keywords given in the parameter.
 

Methods in usflix with parameters of type Movie
 boolean MovieDatabase.addMovie(Movie m)
          Add a new movie object m to the database (ArrayList)