org.pokersource.enum
Class RankOrdering
java.lang.Object
org.pokersource.util.IntArray
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>
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
RankOrdering
public RankOrdering(int[] values)
PokerSource Home Page - Learn how you can contribute!