-
Type:
Bug
-
Resolution: Future Project
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: core-libs
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
For a two-dimensional arraylist we have to write al.get(index).get(index) instead of just al[index][index] which is more up-to point and simpler
For a two-dimensional arraylist we have to write al.get(index).get(index) instead of just al[index][index] which is more up-to point and simpler