Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
E
eval_5cards(int, int, int, int, int)
- Method in class com.asdf.plugins.pokergames.
HandEval
Calculates the absolute value of a given 5 card poker-hand.
eval_6cards(int[])
- Method in class com.asdf.plugins.pokergames.
HandEval
Cycles through all 5 card combinations of the 6 cards, and returns the best hand and it's value.
eval_7cards(int[])
- Method in class com.asdf.plugins.pokergames.
HandEval
Cycles through all 5 card combinations of the 7 cards, and returns the best hand and it's value.
EvalTables
- Class in
com.asdf.plugins.pokergames
Loads and stores precalculated tables to be used for evaluating poker hands
EvalTables()
- Constructor for class com.asdf.plugins.pokergames.
EvalTables
Attempts to open up data files and fill tables with information.
extractCard(Card)
- Method in class com.asdf.plugins.pokergames.
Deck
Extracts known card from the deck.
extractHand(Hand)
- Method in class com.asdf.plugins.pokergames.
Deck
Extracts known cards from the deck.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W