- Card - Class in game_backend
-
Represents a regular deck card.
- Card(Card.Ranks, Card.Suits) - Constructor for class game_backend.Card
-
Constructor of Card.
- Card.Ranks - Enum in game_backend
-
- Card.Suits - Enum in game_backend
-
- cards - Variable in class game_backend.Hand
-
- compareTo(Card) - Method in class game_backend.Card
-
Provides a comparable method for type card.
- computeCandidateStraights(Card[]) - Method in class game_backend.PokerRules
-
Computes all possible sequences that could end being a straight.
- computeSameRank(Card[]) - Method in class game_backend.PokerRules
-
Groups all cards with the same rank in a list that is addressed with the respective rank
in a map
- computeSameSuit(Card[]) - Method in class game_backend.PokerRules
-
Groups all cards with the same suit in a list that is addressed with the respective suit
in a map
- createScoreBoard() - Static method in class game_backend.DoubleBonus
-
- credit - Variable in class game_backend.Player
-
- credit() - Method in class game_frontend.Match
-
Shows the player's actual credit