Class GenericsAndLegacy2

java.lang.Object
edu.pdx.cs410J.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 Details

  • Method Details

    • main

      public static void main(String[] args)
      A "legacy" main program that interacts with an updated domain class that uses generic collections.