com.asdf.plugins.pokergames
Class BestHand

java.lang.Object
  extended by com.asdf.plugins.pokergames.BestHand

public class BestHand
extends java.lang.Object

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

cards

public int[] cards

value

public int value
Constructor Detail

BestHand

public BestHand(int[] cards5,
                int val)