FileDocCategorySizeDatePackage
CountryCollection.javaAPI DocExample471Wed Apr 05 20:04:52 BST 2006com.oreilly.ajax

CountryCollection

public class CountryCollection extends Object

Fields Summary
Constructors Summary
Methods Summary
public static java.util.CollectiongetAllCountries()

        ArrayList countryList = new ArrayList();
        countryList.add("United States");
        countryList.add("Chile");
        countryList.add("Belch Forest");
        countryList.add("Costa Rica");
        countryList.add("Ceylon");
        return countryList;