poker
Class Holdem
java.lang.Object
poker.Holdem
public class Holdem
- extends java.lang.Object
Useful Holdem Constants
- Author:
- Aaron Davidson
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFLOP
public static final int PREFLOP
- See Also:
- Constant Field Values
FLOP
public static final int FLOP
- See Also:
- Constant Field Values
TURN
public static final int TURN
- See Also:
- Constant Field Values
RIVER
public static final int RIVER
- See Also:
- Constant Field Values
SHOWDOWN
public static final int SHOWDOWN
- See Also:
- Constant Field Values
MAX_PLAYERS
public static final int MAX_PLAYERS
- See Also:
- Constant Field Values
MAX_RAISES
public static final int MAX_RAISES
- See Also:
- Constant Field Values
FOLD
public static final int FOLD
- See Also:
- Constant Field Values
CHECK
public static final int CHECK
- See Also:
- Constant Field Values
CALL
public static final int CALL
- See Also:
- Constant Field Values
BET
public static final int BET
- See Also:
- Constant Field Values
RAISE
public static final int RAISE
- See Also:
- Constant Field Values
Holdem
public Holdem()