-
Bug
-
Resolution: Future Project
-
P4
-
None
-
None
-
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