Serialized Form


Package poker

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

Serialized Fields

gIndex

int gIndex

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

Serialized Fields

action

int action

committed

int committed

stage

int stage

button

int button

np

int np

nap

int nap

toAct

int toAct

nup

int nup

position

int position

bets

double bets

amountBet

double amountBet

lab

int lab

la

int la

gID

int gID

potodds

double potodds

betRatio

double betRatio

ppot

double ppot

hs

double hs

hnd

Hand hnd

board

Hand board

numRaises

int numRaises

pot

int pot

betsize

int betsize

inhand

boolean inhand

sawCards

boolean sawCards

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

Serialized Fields

small_blind

int small_blind

small_bet

int small_bet

big_bet

int big_bet

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

bet_amount

int bet_amount

num_raises

int num_raises

gameID

int gameID

stage

int stage

pot

int pot

minRaise

int minRaise

gameOver

boolean gameOver

he

HandEvaluator he

hand_ranks

int[][] hand_ranks

betList

java.util.ArrayList betList

r

Reporter r

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

int amount_in

amount_in_at_start

int amount_in_at_start

delta

double delta

revHand

Hand revHand

gInfo

GameInfo gInfo

last_amount_called

int last_amount_called

last_betstocall

double last_betstocall

gContext

Context gContext

last_action

int last_action

lcode

int lcode

curIndex

int curIndex

committed

boolean committed

active

boolean active

inGame

boolean inGame

acted

boolean acted

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

Serialized Fields

value

int value

threshold

int threshold

side

Pot side

gi

GameInfo gi

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