Package com.adobe.agl.impl
Class CharTrie.FriendAgent
- java.lang.Object
-
- com.adobe.agl.impl.CharTrie.FriendAgent
-
- Enclosing class:
- CharTrie
public class CharTrie.FriendAgent extends java.lang.Object
Java friend implementation
-
-
Constructor Summary
Constructors Constructor Description FriendAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char[]
getPrivateData()
Gives out the data array of the triechar[]
getPrivateIndex()
Gives out the index array of the trieint
getPrivateInitialValue()
Gives out the data offset in the trie
-
-
-
Method Detail
-
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
-
-