public interface AutoCompletionMatcher
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMatches(String string2Complete)
Gets all the matches for the input String.
|
List<String> getMatches(String string2Complete)
string2Complete - . Cannot be null.NullPointerException - if the input string is null.Copyright © 2015 The University of Manchester. All Rights Reserved.