PokerSource Java API

org.pokersource.enum
Class RankOrdering

java.lang.Object
  extended by org.pokersource.util.IntArray
      extended by org.pokersource.enum.RankOrdering
All Implemented Interfaces:
java.lang.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(int[] values)
           
 
Method Summary
 
Methods inherited from class org.pokersource.util.IntArray
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RankOrdering

public RankOrdering(int[] values)

PokerSource Java API

PokerSource Home Page - Learn how you can contribute!