public class

CollationData_ca

extends ListResourceBundle
java.lang.Object
   ↳ java.util.ResourceBundle
     ↳ java.util.ListResourceBundle
       ↳ sun.text.resources.CollationData_ca

Summary

[Expand]
Inherited Fields
From class java.util.ResourceBundle
Public Constructors
CollationData_ca()
Protected Methods
final Object[][] getContents()
Returns an array in which each item is a pair of objects in an Object array.
[Expand]
Inherited Methods
From class java.util.ListResourceBundle
From class java.util.ResourceBundle
From class java.lang.Object

Public Constructors

public CollationData_ca ()

Protected Methods

protected final Object[][] 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
  • an array of an Object array representing a key-value pair.