public final class

SupplementaryCharacterData

extends Object
implements Cloneable
java.lang.Object
   ↳ sun.text.SupplementaryCharacterData

Class Overview

SupplementaryCharacterData is an SMI-private class which was written for RuleBasedBreakIterator and BreakDictionary.

Summary

Public Constructors
SupplementaryCharacterData(int[] table)
Creates a new SupplementaryCharacterData object with the given table.
Public Methods
int[] getArray()
Returns the data array.
int getValue(int index)
Returns a corresponding value for the given supplementary code-point.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SupplementaryCharacterData (int[] table)

Creates a new SupplementaryCharacterData object with the given table.

Public Methods

public int[] getArray ()

Returns the data array.

public int getValue (int index)

Returns a corresponding value for the given supplementary code-point.