public class

CharTrie.FriendAgent

extends Object
java.lang.Object
   ↳ sun.text.normalizer.CharTrie.FriendAgent

Class Overview

Java friend implementation

Summary

Public Constructors
CharTrie.FriendAgent()
Public Methods
char[] getPrivateData()
Gives out the data array of the trie
char[] getPrivateIndex()
Gives out the index array of the trie
int getPrivateInitialValue()
Gives out the data offset in the trie
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CharTrie.FriendAgent ()

Public Methods

public char[] getPrivateData ()

Gives out the data array of the trie

Returns
  • data array of trie

public char[] getPrivateIndex ()

Gives out the index array of the trie

Returns
  • index array of trie

public int getPrivateInitialValue ()

Gives out the data offset in the trie

Returns
  • data offset in the trie