public static class PhraseTable.StringList extends Object implements PhraseTable.WordList
| Constructor and Description |
|---|
StringList(List<String> words) |
StringList(String[] wordsArray) |
public StringList(String[] wordsArray)
public String getWord(int i)
getWord in interface PhraseTable.WordListpublic int size()
size in interface PhraseTable.WordList