Class SuggestTree.Entry

  • Enclosing class:
    SuggestTree

    public static class SuggestTree.Entry
    extends Object
    A weighted term.
    • Method Detail

      • getTerm

        public String getTerm()
        Returns the term.
        Returns:
        the term
      • getWeight

        public int getWeight()
        Returns the weight of the term.
        Returns:
        the weight of the term