Uses of Class
poker.util.NChoose2IntTable

Packages that use NChoose2IntTable
poker   
 

Uses of NChoose2IntTable in poker
 

Methods in poker that return NChoose2IntTable
 NChoose2IntTable GameInfo.getHandRanks()
          Returns a 52x52 array of hand rank values for every hand against the current board;
static NChoose2IntTable HandEvaluator.getRanks(Hand board)
          Given a board, cache all possible two card combinations of hand ranks, so that lightenting fast hand comparisons may be done later.
static NChoose2IntTable HandEvaluator.getRanksNative(Hand board)
           
 NChoose2IntTable GameInfo.getRankTable(Hand board, java.lang.String key)
           
 

Methods in poker 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)