Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
L
M
P
R
S
T
U
Y
M
main(String[])
- Static method in class usflix.
Driver
The first program argument (args[0]) may contain the movie information file name, and the second program argument (args[1]) may contain the user information file name.
minPwdLength
- Static variable in class usflix.
UserDatabase
constant: minimum password length.
Movie
- Class in
usflix
Movie class manages movie-related information.
Movie(String, int, String)
- Constructor for class usflix.
Movie
Default constructor of Movie.
movie
- Variable in class usflix.
MovieRating
MovieDatabase
- Class in
usflix
MovieDatabase class manages movie database and provides search methods.
MovieDatabase()
- Constructor for class usflix.
MovieDatabase
Constructor without parameter.
MovieDatabase(String)
- Constructor for class usflix.
MovieDatabase
Default constructor for MovieDatabase.
movieDB
- Static variable in class usflix.
Driver
There will be only one movie database and one user database in the system, so they are declared as static.
MovieRating
- Class in
usflix
MovieRating class manages (movie, rating) pair
MovieRating(Movie, float)
- Constructor for class usflix.
MovieRating
movies
- Variable in class usflix.
MovieDatabase
ArrayList to hold all the movie objects
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
L
M
P
R
S
T
U
Y