|
Class Summary |
| Deck |
The Deck class represents a deck of cards which can be used
for various kinds of card games. |
| Player |
The Player class models an individual card player. |
| PlayingCard |
The PlayingCard class implements a basic card via the Card
interface that can be used for various kinds of games. |
| RandomIntGenerator |
The RandomIntGenerator class provides a way to generate
random integers within a specific range. |
| VectorRandomizer |
The VectorRandomizer class provides a way to arrange the elements
of a Java Vector in random order. |