Top Constructors Methods
sun.text.resources.cldr.ext

public Class FormatData_be

extends ListResourceBundle
Class Inheritance
Imports
java.util.ListResourceBundle

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
protected final Object[][]
getContents()

Implements abstract java.util.ListResourceBundle.getContents.

Returns an array in which each item is a pair of objects in an Object array.
Inherited from java.util.ListResourceBundle:
getKeyshandleGetObjecthandleKeySet

Constructor Detail

FormatData_beback to summary
public FormatData_be()

Method Detail

getContentsback to summary
protected final Object[][] getContents()

Implements abstract java.util.ListResourceBundle.getContents.

Doc from java.util.ListResourceBundle.getContents.

Returns an array in which each item is a pair of objects in an Object array. The first element of each pair is the key, which must be a String, and the second element is the value associated with that key. See the class description for details.

Returns:Object[][]

an array of an Object array representing a key-value pair.

Annotations
@Override