C Halbe wrote:What type of collection/data structure would you use?
That should be obvious. The choice is List, Set, Map. We want things in order so Set is out. We don't have keys and values so Map is out. That leaves List.
But as Jeff suggests, you should figure out what you want to do before you start deciding how to do it.
Don't get me started about those stupid light bulbs.