Package autocomplete

Interface Autocomplete

    • Method Detail

      • addAll

        void addAll​(Collection<? extends CharSequence> terms)
        Adds the given collection of autocompletion terms.
        Parameters:
        terms - collection containing elements to be added.
      • allMatches

        List<CharSequence> allMatches​(CharSequence prefix)
        Returns all autocompletion terms that match the given prefix.
        Parameters:
        prefix - search query.