Uses of Class
com.biotools.meerkat.util.NChoose2IntTable

Packages that use NChoose2IntTable
com.biotools.meerkat   
 

Uses of NChoose2IntTable in com.biotools.meerkat
 

Methods in com.biotools.meerkat that return NChoose2IntTable
static NChoose2IntTable HandEvaluator.getRanks(Hand board)
          Given a board, cache all possible two card combinations of hand ranks, so that fast hand comparisons may be done later.
 

Methods in com.biotools.meerkat with parameters of type NChoose2IntTable
static double HandEvaluator.handRank(Card c1, Card c2, NChoose2IntTable rankCache, Deck dk)
          Calculate the strength of the given hand.
static boolean HandEvaluator.isTheNuts(Card c1, Card c2, Hand board, NChoose2IntTable rankCache)
          Determine if the hand is the nuts (no hands beat it) Does not consider draws, only the immediate conditions.