org.pokersource.enum
Class HoldemAtomicGroup
- Comparable, HandGroup, HoldemHandGroup
public class HoldemAtomicGroup
A holdem hand group representing one exact starting hand such as
"AhKh".
HoldemAtomicGroup(String groupSpec) - Convert specific starting hand to HoldemAtomicGroup object.
|
static void | main(String[] args)
|
HoldemAtomicGroup
public HoldemAtomicGroup(String groupSpec)
Convert specific starting hand to HoldemAtomicGroup object.
groupSpec
- starting hand (e.g., AhKd, 8h3s)
main
public static void main(String[] args)
PokerSource Home Page - Learn how you can contribute!