I have two array lists, one for teams and one for players. The arraylist for players is in the teams class and I've successfully managed to get it so that each team can have players added to it.
But what I'm wondering is what is the best way to iterate through the collection to show all players regardless of the teams they are associated too? Is that even possible?