Uses of Class
edu.pdx.cs410J.j2se15.GenericsAndLegacy2.Student
Package
Description
Contains examples of using the new Java lanaguage and API features
that were introduced in J2SE
version 1.5.
-
Uses of GenericsAndLegacy2.Student in edu.pdx.cs410J.j2se15
Modifier and TypeClassDescription(package private) static class
A grad studentModifier and TypeMethodDescription(package private) List<GenericsAndLegacy2.Student>
GenericsAndLegacy2.Course.getStudents()
Modifier and TypeMethodDescription(package private) void
GenericsAndLegacy2.Course.addStudents
(Collection<GenericsAndLegacy2.Student> students)