Uses of Class
com.vividsolutions.jump.util.SuggestTree.Node
-
Packages that use SuggestTree.Node Package Description com.vividsolutions.jump.util -
-
Uses of SuggestTree.Node in com.vividsolutions.jump.util
Methods in com.vividsolutions.jump.util that return SuggestTree.Node Modifier and Type Method Description SuggestTree.Node
SuggestTree. getAutocompleteSuggestions(String prefix)
Returns the k highest-weighted terms in the tree that start with the specified prefix, or null if there is no such term.
-