public interface WordList
int
getIndex(String word)
char
getSpace()
String
getWord(int index)
boolean
has(String word)
String getWord(int index)
index
char getSpace()
boolean has(String word)
int getIndex(String word)
word
Copyright © 2020. All rights reserved.