Class readAssignments2
java.lang.Object
readAssignments2
public class readAssignments2
- extends java.lang.Object
readAssignments reads assigments from a scanner that got a list.
rewritten.
- Version:
- 2.4
- Author:
- Fred Kral
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readAssignments2
public readAssignments2()
readAssignments
public static void readAssignments(java.util.Scanner sc,
Person student,
Semester semester)
readGoodLine
public static java.lang.String readGoodLine(java.util.Scanner sc)
- readGoodLine tests whether we are at the end of user input date (or file)
- Parameters:
sc - which has with user input or file data
- Returns:
- the next line in the file
readColumnHeadings
public static boolean readColumnHeadings(java.util.Scanner sc)