I have this LinkedList called cardList. I have placed cards here using this:

cardList.add(new Card(int suit, int rank))
I can display the contents = 00, 01, 02 and so on ... with my suit being...