|
PokerSource Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pokersource.eval.AsianStudEval
public class AsianStudEval
Method Summary | |
---|---|
static long |
EvalHigh(int[] ranks,
int[] suits)
Evaluate an asian stud deck poker hand for high. |
static void |
main(java.lang.String[] args)
A simple demonstration of AsianStudEval methods. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 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 |