Package com.vividsolutions.jump.util
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTerm()
Returns the term.int
getWeight()
Returns the weight of the 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
-
-