HandEvaluatorHigh class poker

Evaluation functions for traditional "high" poker hands.

Inheritance

Constructors

HandEvaluatorHigh()

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<HandValueHigh>
no setteroverride

Methods

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

Operators

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