Class SuggestTree.Entry

java.lang.Object
com.vividsolutions.jump.util.SuggestTree.Entry
Enclosing class:
SuggestTree

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

    • 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