poker
Class Holdem

java.lang.Object
  extended by poker.Holdem

public class Holdem
extends java.lang.Object

Useful Holdem Constants

Author:
Aaron Davidson

Field Summary
static int BET
           
static int CALL
           
static int CHECK
           
static int FLOP
           
static int FOLD
           
static int MAX_PLAYERS
           
static int MAX_RAISES
           
static int PREFLOP
           
static int RAISE
           
static int RIVER
           
static int SHOWDOWN
           
static int TURN
           
 
Constructor Summary
Holdem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Holdem

public Holdem()