Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
J
K
M
N
P
Q
R
S
T
G
getBest5CardHand(Hand)
- Method in class ca.ualberta.cs.poker.
HandEvaluator
Get the best 5 card poker hand from a 7 card hand
getCard(int)
- Method in class ca.ualberta.cs.poker.
Deck
Obtain the card at a specific index in the deck.
getCard(int)
- Method in class ca.ualberta.cs.poker.
Hand
Get the a specified card in the hand
getCardArray()
- Method in class ca.ualberta.cs.poker.
Hand
Obtain the array of card indexes for this hand.
getIndex()
- Method in class ca.ualberta.cs.poker.
Card
Return the integer index for this card.
getRank()
- Method in class ca.ualberta.cs.poker.
Card
Obtain the rank of this card
getRank(int)
- Static method in class ca.ualberta.cs.poker.
Card
Obtain the rank of this card
getRankChar(int)
- Static method in class ca.ualberta.cs.poker.
Card
getRanks(Hand)
- Method in class ca.ualberta.cs.poker.
HandEvaluator
Given a board, cache all possible two card combinations of hand ranks, so that lightenting fast hand comparisons may be done later.
getSuit()
- Method in class ca.ualberta.cs.poker.
Card
Obtain the suit of this card
getTopCardIndex()
- Method in class ca.ualberta.cs.poker.
Deck
Obtain the position of the top card.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
J
K
M
N
P
Q
R
S
T