FileDocCategorySizeDatePackage
Support_TestResource_en.javaAPI DocAndroid 1.5 API1175Wed May 06 22:41:06 BST 2009tests.support

Support_TestResource_en

public class Support_TestResource_en extends ListResourceBundle

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

        Object[][] contents = { { "parent2", "enValue2" },
                { "parent3", "enValue3" }, { "parent4", "enValue4" },
                { "child1", "enChildValue1" }, };
        return contents;