blackjackanalyst.strategy
Class TrueCountBetTable

java.lang.Object
  extended by blackjackanalyst.strategy.TrueCountBetTable

public class TrueCountBetTable
extends java.lang.Object

Allows creation of a table with players using the hi-lo system and a true count to adjust placed bets.

Author:
Michael Parker

Constructor Summary
TrueCountBetTable()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrueCountBetTable

public TrueCountBetTable()
Method Detail

main

public static void main(java.lang.String[] args)