All Classes and Interfaces

Class
Description
A class that represents a playing card with a rank and suit.
A class that represents a card player.
This class represents a table where a game is being played.
This class represents a dealer who shuffles a deck of cards and distributes them to players.
This class represents a standard deck of 52 playing cards.
An abstract class representing a general player.
The Main class represents the entry point for the card game.
Table<T extends Card,E extends GeneralPlayer>
An interface representing a table where cards are played and players can occupy places.