public final class KeywordAutoCompletionMatcher extends Object implements AutoCompletionMatcher
| Constructor and Description |
|---|
KeywordAutoCompletionMatcher(Collection<? extends String> keywords) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMatches(String string2Complete)
Gets all the matches for the input String.
|
public KeywordAutoCompletionMatcher(Collection<? extends String> keywords)
keywords - keywordspublic List<String> getMatches(String string2Complete)
AutoCompletionMatchergetMatches in interface AutoCompletionMatcherstring2Complete - . Cannot be null.Copyright © 2015 The University of Manchester. All Rights Reserved.