|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.asdf.plugins.pokergames.BestHand
public class BestHand
This class stores the array positions of the cards involved in the best hand. And the value of that hand as calculated by HandEval
Field Summary | |
---|---|
int[] |
cards
|
int |
value
|
Constructor Summary | |
---|---|
BestHand(int[] cards5,
int val)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[] cards
public int value
Constructor Detail |
---|
public BestHand(int[] cards5, int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |