G H I M T

G

getNextField() - Method in class MVFieldReader
Get the next field from the file.

H

hasMore() - Method in class MVFieldReader
Tells if the file has more data.

I

isAtEnd() - Method in class MVFieldReader
Tell if the file is at end.

M

MOVIE_FIELD_COUNT - Static variable in class MVFieldReader
Expected number of fields on each line of a movie text file.
MOVIE_FILE_DELIMITER - Static variable in class MVFieldReader
Expected delimiter separating fields on the underlying text file.
MVFieldReader - class MVFieldReader.
An object which can read a text file containing information about movies, making each field available in turn.
MVFieldReader(String) - Constructor for class MVFieldReader
Locate and open a CSE142 movie file.

T

toString() - Method in class MVFieldReader
Tells some information about this MVFieldReader object; the format and contents of this information should not be relied on.

G H I M T