All Packages Class Hierarchy This Package Previous Next Index
Class com.lotspiech.poker.Machines
java.lang.Object
|
+----java.util.Dictionary
|
+----java.util.Hashtable
|
+----com.lotspiech.poker.Machines
- public class Machines
- extends Hashtable
This class is a dictionary of video poker machines.
It's "main" program will find the best discard for a
given hand and machine.
- Author:
- Jeffrey B. Lotspiech
-
COPYRIGHT
-
-
keys
-
-
ranks
-
-
Machines(Reader)
-
-
getKeys()
- This returns an enumeration of the actual machines.
-
main(String[])
- This will calculate the best discard for a given hand and
machine.
-
toString()
-
COPYRIGHT
private static final String COPYRIGHT
ranks
private static final String ranks
keys
private Vector keys
Machines
public Machines(Reader in0) throws Exception
getKeys
public Enumeration getKeys()
- This returns an enumeration of the actual machines.
- Returns:
- An Enumeration of the machines.
main
public static void main(String args[]) throws Exception
- This will calculate the best discard for a given hand and
machine.
- Parameters:
- args - "Title of machine" "AS QH ... "
toString
public String toString()
- Overrides:
- toString in class Hashtable
All Packages Class Hierarchy This Package Previous Next Index