HandValueHigh class poker

HandValue for traditional "high" poker hands.

Inheritance

Constructors

HandValueHigh(HandLevelHigh level, List<Rank> ranks)

Properties

hashCode int
Overriding == requires overriding hashCode as well
no setterinherited
level HandLevelHigh
finalinherited
ranks List<Rank>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
finalinherited

Methods

fullName() String
Describe the Hand (we expect every implementor to override this).
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderedForDisplay(HandInterface h) OrphanHand
Re-order the Cards for value-appropriate display (e.g. the hand "5h3cAc3h3d" will display as "3h3d3cAc5h").
inherited
toString() String
Implementors will override this with something short for debugging.
inherited

Operators

operator ==(Object other) bool
Implement == for HandValue
inherited