Uses of Class
at.jku.ssw.fp.sect04_2.imp.Results
-
Packages that use Results Package Description at.jku.ssw.fp.sect04_2.imp -
-
Uses of Results in at.jku.ssw.fp.sect04_2.imp
Fields in at.jku.ssw.fp.sect04_2.imp with type parameters of type Results Modifier and Type Field Description private Map<String,Results>
ResultsList. resultsMap
Map of student ids to their results.Methods in at.jku.ssw.fp.sect04_2.imp that return Results Modifier and Type Method Description (package private) Results
ResultsList. getResults(String id)
Gets the result object for a student.
-