PokerSource Java API | |
Frames | No Frames |
Classes implementing org.pokersource.enum.HoldemHandGroup | |
class | A holdem hand group representing sets of starting hands defined using
abdulian notation. |
class | A holdem hand group representing one exact starting hand such as
"AhKh". |
class | A holdem hand group representing sets of starting hands defined using
canonical notation: "KK", "AQs", "T9". |
class | A holdem hand group representing sets of starting hands corresponding
to Sklansky & Malmuth groups. |
class | A holdem-specific implementation of ThresholdHandGroup. |
class | A holdem hand group representing every possible starting Holdem hand. |
Methods with return type org.pokersource.enum.HoldemHandGroup | |
HoldemHandGroup | HoldemHandGroupFactory.getInstance(String groupSpec) Tries to parse groupSpec into a hand group using the constructors of the
list of known classes. |
HoldemHandGroup | HoldemHandGroupFactory.getInstance(String groupSpec, Class gclass) Tries to parse groupSpec into a hand group using the gclass constructor. |