Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- R - Enum constant in enum class sources.models.MpaaRating
- ratingFormat - Static variable in class sources.client.PrettyPrinter
- read() - Method in interface sources.IOHandlers.receiver.MovieCollectionFileReader
- read() - Method in class sources.IOHandlers.receiver.MovieCollectionXMLFileReader
- readBirthday(BasicReader, boolean) - Static method in class sources.client.MovieDataConsoleReader
-
Reads the director birthday from console input using a BasicReader instance.
- readDirectorName(BasicReader, boolean) - Static method in class sources.client.MovieDataConsoleReader
-
Reads the director name from console input using a BasicReader instance.
- readLine() - Method in interface sources.IOHandlers.client.BasicReader
- readLine() - Method in class sources.IOHandlers.client.CustomConsoleReader
- readLine() - Method in class sources.IOHandlers.client.CustomFileReader
- readLine(String) - Method in interface sources.IOHandlers.client.BasicReader
- readLine(String) - Method in class sources.IOHandlers.client.CustomConsoleReader
- readLine(String) - Method in class sources.IOHandlers.client.CustomFileReader
- readMovieGenre(BasicReader, boolean) - Static method in class sources.client.MovieDataConsoleReader
-
Reads the movie genre from console input using a BasicReader instance.
- readMovieName(BasicReader, boolean) - Static method in class sources.client.MovieDataConsoleReader
-
Reads the movie name from console input using a BasicReader instance.
- readMpaaRating(BasicReader, boolean) - Static method in class sources.client.MovieDataConsoleReader
-
Reads the MPAA rating from console input using a BasicReader instance.
- readOscrasCount(BasicReader, boolean) - Static method in class sources.client.MovieDataConsoleReader
-
Reads the oscarsCount from console input using a BasicReader instance.
- readPassportID(BasicReader, boolean) - Static method in class sources.client.MovieDataConsoleReader
-
Reads the director passport ID from console input using a BasicReader instance.
- readWeight(BasicReader, boolean) - Static method in class sources.client.MovieDataConsoleReader
-
Reads the director weight from console input using a BasicReader instance.
- readX(BasicReader, boolean) - Static method in class sources.client.MovieDataConsoleReader
-
Reads the X coordinate from console input using a BasicReader instance.
- readY(BasicReader, boolean) - Static method in class sources.client.MovieDataConsoleReader
-
Reads the Y coordinate from console input using a BasicReader instance.
- receiver - Variable in class sources.client.ConsoleClient
- receiver - Variable in class sources.commands.AbstractCommand
- Receiver - Class in sources.receiver
-
The Receiver class is responsible for managing the movie collection.
- Receiver() - Constructor for class sources.receiver.Receiver
-
Creates a new Receiver instance and initializes the collection of movies from a file.
- remove(Integer) - Method in class sources.receiver.MovieCollection
-
Removes the movie associated with the specified key from the collection.
- removeGreater(String, Integer, Integer, long, MovieGenre, MpaaRating, String, LocalDateTime, Integer, String) - Method in class sources.receiver.Receiver
-
Removes all elements that are greater than the specified movie from the collection.
- removeGreater(Movie) - Method in class sources.receiver.MovieCollection
-
Removes all movies with a rating greater than the specified movie from the collection.
- RemoveGreater - Class in sources.commands
- RemoveGreater(Client, Receiver, String, Integer, Integer, long, MovieGenre, MpaaRating, String, LocalDateTime, Integer, String) - Constructor for class sources.commands.RemoveGreater
- removeKey(Integer) - Method in class sources.receiver.Receiver
-
Removes the element with the specified key from the movie collection.
- RemoveKey - Class in sources.commands
- RemoveKey(Client, Receiver, Integer) - Constructor for class sources.commands.RemoveKey
- removeLowerKey(Integer) - Method in class sources.receiver.MovieCollection
-
Removes all the entries with keys less than the specified key from this map.
- removeLowerKey(Integer) - Method in class sources.receiver.Receiver
-
Removes all elements with keys lower than the specified key from the movie collection.
- RemoveLowerKey - Class in sources.commands
- RemoveLowerKey(Client, Receiver, Integer) - Constructor for class sources.commands.RemoveLowerKey
- replaceIfLowe(Integer, String, Integer, Integer, long, MovieGenre, MpaaRating, String, LocalDateTime, Integer, String) - Method in class sources.receiver.Receiver
-
Replaces the element with the specified key with the specified movie if it is lower than the original element.
- replaceIfLowe(Integer, Movie) - Method in class sources.receiver.MovieCollection
-
Replaces the value associated with the specified key in this map with the specified value if the current value is greater than the specified value.
- ReplaceIfLowe - Class in sources.commands
- ReplaceIfLowe(Client, Receiver, Integer, String, Integer, Integer, long, MovieGenre, MpaaRating, String, LocalDateTime, Integer, String) - Constructor for class sources.commands.ReplaceIfLowe
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form