What's the best way in java to store data triple in a list ?
[a, b, c]
[a, b, c]
...
I usually use HashMap for couples of data key + value.. should I go for HashMap + Arraylist ? or ArrayList + ArrayList ?
thanks
question from:https://stackoverflow.com/questions/6010843/java-how-to-store-data-triple-in-a-list