edu.pdx.cs399J.j2se15
Class GenericsAndLegacy2

java.lang.Object
  extended by 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

Constructor Summary
GenericsAndLegacy2()
           
 
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
 

Constructor Detail

GenericsAndLegacy2

public GenericsAndLegacy2()
Method Detail

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.