Serialized Form


Package poker

Class poker.Card extends java.lang.Object implements Serializable

Serialized Fields

gIndex

int gIndex

Class poker.GameInfo extends java.lang.Object implements Serializable

Serialized Fields

small_blind

double small_blind

small_bet

double small_bet

big_bet

double big_bet

ante

double ante

LOG_DIR

java.lang.String LOG_DIR

simulation

boolean simulation

zipMode

boolean zipMode

nolimit

boolean nolimit

noCapHU

boolean noCapHU

gPot

Pot gPot

seats

PlayerInfo[] seats

board

Card[] board

sequence

java.lang.StringBuffer sequence

curPlayer

int curPlayer

numPlayers

int numPlayers

activePlayers

int activePlayers

toAct

int toAct

button

int button

smallBlindSeat

int smallBlindSeat

bigBlindSeat

int bigBlindSeat

winners

java.lang.String winners

stakes

double stakes
The amount needed to stay in the pot, for each player


maxStakes

double maxStakes
The maximum value stakes can reach in this game. Stakes cannot exceed the largest live stack.


num_raises

int num_raises

gameID

int gameID

stage

int stage

pot

double pot

rake

double rake

minRaise

double minRaise

gameOver

boolean gameOver

hand_ranks

NChoose2IntTable hand_ranks

rankCache

java.util.HashMap rankCache

betList

java.util.ArrayList betList

cache_hit

int cache_hit

cache_miss

int cache_miss

Class poker.Hand extends java.lang.Object implements Serializable

Serialized Fields

cards

int[] cards

Class poker.PlayerInfo extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

bankRoll

double bankRoll

amount_in

double amount_in

amount_in_at_start

double amount_in_at_start

delta

double delta

revHand

Hand revHand

gInfo

GameInfo gInfo

last_amount_called

double last_amount_called

last_betstocall

double last_betstocall

last_action

int last_action

committed

boolean committed

active

boolean active

inGame

boolean inGame

acted

boolean acted

Class poker.Pot extends java.lang.Object implements Serializable

Serialized Fields

value

double value

threshold

double threshold

gi

GameInfo gi

side

Pot side

Package poker.util

Class poker.util.Preferences extends java.lang.Object implements Serializable

Serialized Fields

prefs

java.util.Hashtable prefs

file

java.io.File file

dirty

boolean dirty

Class poker.util.Randomizer extends java.security.SecureRandom implements Serializable