|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.plugins.pokergames.EvalTables
public class EvalTables
Loads and stores precalculated tables to be used for evaluating poker hands
Field Summary | |
---|---|
int[] |
flushes
|
int[] |
primes
|
int[] |
products
|
int[] |
unique5
|
int[] |
values
|
Constructor Summary | |
---|---|
EvalTables()
Attempts to open up data files and fill tables with information. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] a)
|
void |
print()
For developer debug only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[] unique5
public int[] flushes
public int[] products
public int[] values
public int[] primes
Constructor Detail |
---|
public EvalTables()
Method Detail |
---|
public static void main(java.lang.String[] a)
public void print()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |