public class

BreakIteratorRules

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

Class Overview

Default break-iterator rules. These rules are more or less general for all locales, although there are probably a few we're missing. The behavior currently mimics the behavior of BreakIterator in JDK 1.2. There are known deficiencies in this behavior, including the fact that the logic for handling CJK characters works for Japanese but not for Chinese, and that we don't currently have an appropriate locale for Thai. The resources will eventually be updated to fix these problems.

Summary

[Expand]
Inherited Fields
From class java.util.ResourceBundle
Public Constructors
BreakIteratorRules()
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 BreakIteratorRules ()

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.