PokerSource Java API

org.pokersource.enum
Class HandMatchup

java.lang.Object
  |
  +--org.pokersource.enum.HandMatchup

public class HandMatchup
extends java.lang.Object

Author:
Michael Maurer

Field Summary
private  int hash
           
 long[] matchHands
           
 
Constructor Summary
HandMatchup(long[] matchHands)
           
 
Method Summary
private  void computeHash()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matchHands

public long[] matchHands

hash

private int hash
Constructor Detail

HandMatchup

public HandMatchup(long[] matchHands)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

computeHash

private void computeHash()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

PokerSource Java API

PokerSource Home Page - Learn how you can contribute!