Package autocomplete
-
Interface Summary Interface Description Autocomplete Suggest exact-character prefix matches for any queryCharSequence
. -
Class Summary Class Description BinarySearchAutocomplete Binary search implementation of theAutocomplete
interface.SequentialSearchAutocomplete Sequential search implementation of theAutocomplete
interface.TernarySearchTreeAutocomplete Ternary search tree (TST) implementation of theAutocomplete
interface.TernarySearchTreeAutocomplete.Node A search tree node representing a single character in an autocompletion term.TreeSetAutocomplete TreeSet
implementation of theAutocomplete
interface.