Uses of Class
com.vividsolutions.jump.util.SuggestTree.Entry
-
Packages that use SuggestTree.Entry Package Description com.vividsolutions.jump.util -
-
Uses of SuggestTree.Entry in com.vividsolutions.jump.util
Methods in com.vividsolutions.jump.util that return SuggestTree.Entry Modifier and Type Method Description SuggestTree.Entry
SuggestTree. getEntry(String term)
Returns the tree entry for the specified term, or null if there is no such entry.SuggestTree.Entry
SuggestTree.Node. getSuggestion(int index)
Returns the suggestion at the specified index in the list.SuggestTree.Entry
SuggestTree.Iterator. next()
Returns the next term in the iteration.
-