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.EntrySuggestTree. getEntry(String term)Returns the tree entry for the specified term, or null if there is no such entry.SuggestTree.EntrySuggestTree.Node. getSuggestion(int index)Returns the suggestion at the specified index in the list.SuggestTree.EntrySuggestTree.Iterator. next()Returns the next term in the iteration.
-