PokerSource Java API

org.pokersource.enum
Class HandMatchup

java.lang.Object
  extended by org.pokersource.util.LongArray
      extended by org.pokersource.enum.HandMatchup
All Implemented Interfaces:
java.lang.Comparable

public class HandMatchup
extends LongArray

Represents one poker confrontation in which each player holds one specific hand.

Author:
Michael Maurer <mjmaurer@yahoo.com>
See Also:
MatchupOutcome

Field Summary
 
Fields inherited from class org.pokersource.util.LongArray
values
 
Constructor Summary
HandMatchup(long[] values)
           
 
Method Summary
 
Methods inherited from class org.pokersource.util.LongArray
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandMatchup

public HandMatchup(long[] values)

PokerSource Java API

PokerSource Home Page - Learn how you can contribute!