edu.pdx.cs399J.j2se15
Class GenericsAndLegacy2
java.lang.Object
edu.pdx.cs399J.j2se15.GenericsAndLegacy2
public class GenericsAndLegacy2
- extends Object
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
|
Method Summary |
static void |
main(String[] args)
A "legacy" main program that interacts with an updated domain
class that uses generic collections. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericsAndLegacy2
public GenericsAndLegacy2()
main
public static void main(String[] args)
- A "legacy" main program that interacts with an updated domain
class that uses generic collections.
Copyright © 2000-2009 Portland State University. All Rights Reserved.