Classes
Card
A piece of playing cards.
CardPair
Evaluator
An iterable object that evaluates pot equity for each player in the given situation.
ExhaustiveEvaluator
An iterable object that evaluates pot equity for each player in the given situation. It iterates with evaluating every possible situation one by one. Which is great when you want to get the 100% accurate result.
HandRange
An immutable set of CardPair s that expresses a player hand range.
ImmutableCardSet
An efficient equivalent expression to Set<Card>
.
MadeHand
An index of Cactus Kev's poker hand equivalence enums .
Matchup
A result of evaluating a situation.
MontecarloEvaluator
An iterable object that evaluates pot equity for each player in the given situation. It iterates with evaluating situations by montecarlo simulation.
RankPair
A representation of combination of CardPair s.