public class SpellingBee
extends java.lang.Object
Constructor and Description |
---|
SpellingBee(java.lang.String inputMainLetter,
java.lang.String inputOtherLetters) |
SpellingBee(java.lang.String urlPath,
java.lang.String inputMainLetter,
java.lang.String inputOtherLetters) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getPangrams()
Returns a list of pangrams that can be inputted into the Spelling Bee game.
|
java.util.ArrayList<java.lang.String> |
getValidSpellingBeeWords()
Returns a list of valid words that can inputted into the Spelling Bee game.
|
public SpellingBee(java.lang.String inputMainLetter, java.lang.String inputOtherLetters)
public SpellingBee(java.lang.String urlPath, java.lang.String inputMainLetter, java.lang.String inputOtherLetters)
public java.util.ArrayList<java.lang.String> getPangrams()
Keep in mind that some of the words outputted by this method may not be inputted into the game, since the word list used by the NY Times is different than the ones accessed by this class.
public java.util.ArrayList<java.lang.String> getValidSpellingBeeWords()
Keep in mind that some of the words outputted by this method may not be inputted into the game, since the word list used by the NY Times is different than the ones accessed by this class.