Class AutoCompletionResult


  • public class AutoCompletionResult
    extends Object
    Data structure housing suggestions given by AutoCompleter helpers.
    Author:
    Hadrien Mary
    • Constructor Detail

      • AutoCompletionResult

        public AutoCompletionResult​(List<String> matches)
      • AutoCompletionResult

        public AutoCompletionResult​(List<String> matches,
                                    int startIndex)
    • Method Detail

      • getStartIndex

        public int getStartIndex()