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