Class CharTrie.FriendAgent

java.lang.Object
com.adobe.agl.impl.CharTrie.FriendAgent
Enclosing class:
CharTrie

public class CharTrie.FriendAgent extends Object
Java friend implementation
  • 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