|
PokerSource Java API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.pokersource.eval.JokerEval
Constructor Summary | |
JokerEval()
|
Method Summary | |
static long |
EvalHigh(int[] ranks,
int[] suits)
Evaluate a joker deck poker hand for high. |
static long |
EvalLow(int[] ranks,
int[] suits)
Evaluate a joker deck poker hand for low (no qualifier). |
static long |
EvalLow8(int[] ranks,
int[] suits)
Evaluate a joker deck poker hand for low (8 qualifier). |
static void |
main(java.lang.String[] args)
A simple demonstration of JokerEval methods. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JokerEval()
Method Detail |
public static long EvalHigh(int[] ranks, int[] suits)
ranks
- ranks[i] is rank of ith cardsuits
- suits[i] is suit of ith card
public static long EvalLow(int[] ranks, int[] suits)
ranks
- ranks[i] is rank of ith cardsuits
- suits[i] is suit of ith card
public static long EvalLow8(int[] ranks, int[] suits)
ranks
- ranks[i] is rank of ith cardsuits
- suits[i] is suit of ith card
public static void main(java.lang.String[] args)
|
PokerSource Java API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |