Class CharTrie.FriendAgent

  • Enclosing class:
    CharTrie

    public class CharTrie.FriendAgent
    extends java.lang.Object
    Java friend implementation
    • Constructor Summary

      Constructors 
      Constructor Description
      FriendAgent()  
    • Constructor Detail

      • FriendAgent

        public FriendAgent()
    • 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