Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- passportIDFormat - Static variable in class sources.client.PrettyPrinter
- path - Variable in class sources.IOHandlers.client.CustomFileReader
- Person - Class in sources.models
- Person(String, LocalDateTime, Integer, String) - Constructor for class sources.models.Person
- PersonArgumentChecker - Class in sources.models.helpers
- PersonArgumentChecker() - Constructor for class sources.models.helpers.PersonArgumentChecker
- PG - Enum constant in enum class sources.models.MpaaRating
- PG_13 - Enum constant in enum class sources.models.MpaaRating
- PrettyPrinter - Class in sources.client
-
The PrettyPrinter class contains methods for printing movie data in a user-friendly way.
- PrettyPrinter() - Constructor for class sources.client.PrettyPrinter
- printAscending() - Method in class sources.receiver.MovieCollection
-
Returns a list of the values contained in this map, sorted in ascending order based on their natural ordering.
- printAscending() - Method in class sources.receiver.Receiver
-
Returns a list of movies in ascending order based on their natural order in the movie collection.
- PrintAscending - Class in sources.commands
- PrintAscending(Client, Receiver) - Constructor for class sources.commands.PrintAscending
- printDescending() - Method in class sources.receiver.MovieCollection
-
Returns a list of the values contained in this map, sorted in descending order based on their natural ordering.
- printDescending() - Method in class sources.receiver.Receiver
-
Returns a list of movies in descending order based on their natural order in the movie collection.
- PrintDescending - Class in sources.commands
- PrintDescending(Client, Receiver) - Constructor for class sources.commands.PrintDescending
- printFieldDescendingOscarsCount() - Method in class sources.receiver.MovieCollection
-
Returns a list of the values contained in this map, sorted in descending order based on the number of Oscars won.
- printFieldDescendingOscarsCount() - Method in class sources.receiver.Receiver
-
Returns a list of movies in descending order based on their Oscars count field in the movie collection.
- PrintFieldDescendingOscarsCount - Class in sources.commands
- PrintFieldDescendingOscarsCount(Client, Receiver) - Constructor for class sources.commands.PrintFieldDescendingOscarsCount
- printMovieHashMap(HashMap<Integer, Movie>) - Static method in class sources.client.PrettyPrinter
-
Prints the movie data stored in a HashMap in a user-friendly way.
- printMovieList(List<Movie>) - Static method in class sources.client.PrettyPrinter
-
Prints the movie data stored in a List in a user-friendly way.
- printMovieListOscars(List<Movie>) - Static method in class sources.client.PrettyPrinter
-
Prints the movie data stored in a List in a user-friendly way, including the number of Oscars each movie has won.
- put(Integer, Movie) - Method in class sources.receiver.MovieCollection
-
Adds a movie to the collection with the specified key.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form