Uses of Class
com.vividsolutions.jump.util.SuggestTree.Node
Packages that use SuggestTree.Node
-
Uses of SuggestTree.Node in com.vividsolutions.jump.util
Methods in com.vividsolutions.jump.util that return SuggestTree.NodeModifier and TypeMethodDescriptionSuggestTree.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.