I was wondering if anyone had a good implementation of a List of list. The reason is to create rows and columns sort of like a database or spreadsheet format. I would like to insert data into the list and print it in the format of
Column Column Column Column
Row 1 This That 3123
I want to use java and the linked list is just a starting point(open to suggestions).
Thanks for help in advance