java.lang.Object
cz.matfyz.rudad.joker.evaluator.Hashtable7
Contains the hash table for 7-card hands without flushes.
Source: hashtable7.c
The hash table is too large to be stored in a Java class, so it is stored in and read from a binary data file.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final short[]
Hash table for 7-card hands without flushes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NOFLUSH7
static final short[] NOFLUSH7Hash table for 7-card hands without flushes. Source: hashtable7.cThe hash table is too large to be stored in a Java class, so it is stored in and read from a binary data file.
-
-
Constructor Details
-
Hashtable7
Hashtable7()
-