HandEvaluator<V extends HandValue<HandLevelInterface>> class abstract poker

Base class for poker hand evaluation.

Provides a framework for the subclasses and provides some default implementations.

Implementers

Constructors

HandEvaluator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueFactory HandValueFactory<V>
no setter

Methods

bestOf(HandInterface h) → V
fastValue(HandInterface h) int
lookupEvaluator(HandInterface h) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
partialEvaluator(HandInterface h) → V
referenceEvaluator(HandInterface h) → V
toString() String
A string representation of this object.
inherited
valueOf(HandInterface h) → V

Operators

operator ==(Object other) bool
The equality operator.
inherited