|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGuessEvaluator
Evaluate a guess made by the user against the target word. That is, count the number of partial matches and exact matches. See the package overview for more information about matches.
Hints:
| Method Summary | |
|---|---|
MatchCount |
countMatches(String word1,
String word2)
Count the number of exact and partial matches in a pair of words. |
| Method Detail |
|---|
MatchCount countMatches(String word1,
String word2)
word1 - one of the words to compareword2 - the other word to compare
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||