Package edu.pdx.cs410J.j2se15
Class GenericsAndLegacy1
java.lang.Object
edu.pdx.cs410J.j2se15.GenericsAndLegacy1
This class demonstrates how generic collections can be used with
legacy code that does not use generics.
- Since:
- Winter 2005
- Author:
- David Whitlock
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
A "legacy" class that does not use generic collections.(package private) static class
A grad student(package private) static class
A student -
Constructor Summary
-
Method Summary
-
Constructor Details
-
GenericsAndLegacy1
public GenericsAndLegacy1()
-
-
Method Details
-
main
A main program that uses generic collections with legacy code.
-