Example #1
0
 public int hashCode() {
   return ((suit.value() - 1) * 13) + rank.value();
 }