package mahjong.aux; /** * Created by joe on 12/1/14. */ public class Hand { static final int total = 13; Card[] cards = new Card[13]; // Constructors Hand(){} Hand(String[] cardNames) { for (int i = 0; i