poker topic

Code for evaluating poker hands in various games. See the wiki for more information.

Classes

HandEvaluator<V extends HandValue<HandLevelInterface>> poker
Base class for poker hand evaluation.
HandEvaluatorHigh poker
Evaluation functions for traditional "high" poker hands.
HandValue<L extends HandLevelInterface> poker
All the information resulting from the evaluation of a poker hand.
HandValueHigh poker
HandValue for traditional "high" poker hands.

Functions

pokerEvaluator(String name) HandEvaluator<HandValue<HandLevelInterface>> poker
Return a HandEvaluator by name.