Package edu.pdx.cs410J.j2se15
Class GenericsAndLegacy2
java.lang.Object
edu.pdx.cs410J.j2se15.GenericsAndLegacy2
This class demonstrates how updated domain classes that use
generics can interact with legacy code that doesn't use generics.
- Since:
- Winter 2005
- Author:
- David Whitlock
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
An updated domain class that uses generics(package private) static class
A grad student(package private) static class
A student -
Constructor Summary
-
Method Summary
-
Constructor Details
-
GenericsAndLegacy2
public GenericsAndLegacy2()
-
-
Method Details
-
main
A "legacy" main program that interacts with an updated domain class that uses generic collections.
-