Class SuggestTree.Entry
java.lang.Object
com.vividsolutions.jump.util.SuggestTree.Entry
- Enclosing class:
SuggestTree
A weighted term.
-
Method Summary
-
Method Details
-
getTerm
-
getWeight
public int getWeight()Returns the weight of the term.- Returns:
- the weight of the term
-