Class Hashtable7

java.lang.Object
cz.matfyz.rudad.joker.evaluator.Hashtable7

class Hashtable7 extends Object
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 Details

    • NOFLUSH7

      static final short[] NOFLUSH7
      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.

  • Constructor Details

    • Hashtable7

      Hashtable7()