- dealCards() - Method in class wcg.games.GameMaster
-
Deal cards to each player, set turn (if needed) and notify all players
- DefaultCardComparator - Class in wcg.games
-
A default implementation implementation of CardComparator
based on the ranks of suits and values as defined by the respective
enumerations.
- DefaultCardComparator() - Constructor for class wcg.games.DefaultCardComparator
-
Although a singleton, this class constructor is protected
rather than private to enable its extension.
- digest(String) - Method in class wcg.main.User
-
Converts a passwords in a byte array using a MD5 digest
(MessageDigest
,
MessageDigest.digest()
).