FileDocCategorySizeDatePackage
Support_TestResource_en_US.javaAPI DocAndroid 1.5 API1190Wed May 06 22:41:06 BST 2009tests.support

Support_TestResource_en_US

public class Support_TestResource_en_US extends ListResourceBundle

Fields Summary
Constructors Summary
Methods Summary
protected java.lang.Object[][]getContents()

        Object[][] contents = { { "parent3", "enUSValue3" },
                { "parent4", "enUSValue4" }, { "child1", "enUSChildValue1" },
                { "child2", "enUSChildValue2" }, };
        return contents;