Define int varaibles like this to use as the first index into the 2 dim array

final int ClubIdx = 0;
final int DiamondIdx = 1;
etc
...

cards[ClubIdx] is the one dim array holding the Clubs...