Package com.adobe.agl.impl
Class CharTrie.FriendAgent
java.lang.Object
com.adobe.agl.impl.CharTrie.FriendAgent
- Enclosing class:
CharTrie
Java friend implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar[]
Gives out the data array of the triechar[]
Gives out the index array of the trieint
Gives out the data offset in the trie
-
Constructor Details
-
FriendAgent
public FriendAgent()
-
-
Method Details
-
getPrivateIndex
public char[] getPrivateIndex()Gives out the index array of the trie- Returns:
- index array of trie
-
getPrivateData
public char[] getPrivateData()Gives out the data array of the trie- Returns:
- data array of trie
-
getPrivateInitialValue
public int getPrivateInitialValue()Gives out the data offset in the trie- Returns:
- data offset in the trie
-