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

Support_TestResource_fr

public class Support_TestResource_fr extends ListResourceBundle

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

        Object[][] contents = { { "parent2", "frValue2" },
                { "parent3", "frValue3" }, { "parent4", "frValue4" },
                { "child1", "frChildValue1" }, };
        return contents;