FileDocCategorySizeDatePackage
SuppressWarningsTester.javaAPI DocExample331Sat Apr 24 08:23:52 BST 2004com.oreilly.tiger.ch06

SuppressWarningsTester

public class SuppressWarningsTester extends Object

Fields Summary
Constructors Summary
Methods Summary
public voidnonGenericsMethod()
Normal pre-1.5 method body

    List wordList = new ArrayList();

    wordList.add("foo");