Class WordleDictionary


  • public class WordleDictionary
    extends Object
    This class implements the dictionary for the Wordle project.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String[] FIVE_LETTER_WORDS
      String array containing the legal words in Wordle.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FIVE_LETTER_WORDS

        public static final String[] FIVE_LETTER_WORDS
        String array containing the legal words in Wordle.