I want to make arrayList object in java that work as two dimentional array. My question is how can we access value from specific dimention from arrayList.
in two diment
Also consider Table collection provided by Google Guava library. ArrayTable is an implementation based on 2D array.