org.pokersource.enum

Class RankOrdering

Implemented Interfaces:
Comparable

public class RankOrdering
extends IntArray

Represents the relative hand rank order of one hand matchup outcome. If values[i]==0, then player i has the best hand (possibly tying), if values[i]==1, then one player has a better hand than player i, etc. If values[i]==values.length then player i does not have a qualifying hand.
Author:
Michael Maurer <mjmaurer@yahoo.com>

Field Summary

Fields inherited from class org.pokersource.util.IntArray

values

Constructor Summary

RankOrdering(values[] )

Method Summary

Methods inherited from class org.pokersource.util.IntArray

compareTo, equals, hashCode, toString

Constructor Details

RankOrdering

public RankOrdering(values[] )

PokerSource Home Page - Learn how you can contribute!