org.apache.struts2.showcase.hangman
Class Vocab
java.lang.Object
org.apache.struts2.showcase.hangman.Vocab
- All Implemented Interfaces:
- Serializable
public class Vocab
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Vocab
public Vocab(String vocab,
String hint)
getVocab
public String getVocab()
getHint
public String getHint()
containCharacter
public Boolean containCharacter(Character character)
inCharacters
public Character[] inCharacters()
containsAllCharacter
public boolean containsAllCharacter(List<Character> charactersGuessed)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.