Uses of Class
org.apache.wicket.examples.hangman.Letter
-
Packages that use Letter Package Description org.apache.wicket.examples.hangman -
-
Uses of Letter in org.apache.wicket.examples.hangman
Methods in org.apache.wicket.examples.hangman that return types with arguments of type Letter Modifier and Type Method Description List<Letter>Game. getLetters()Methods in org.apache.wicket.examples.hangman with parameters of type Letter Modifier and Type Method Description booleanGame. guess(Letter letter)Guess the given letter for the current word.booleanWord. guess(Letter letter)
-