Tuesday, 10 September 2013

Find length of specific element of multidimensional array *java*

Find length of specific element of multidimensional array *java*

I am trying to find the length of a specific element in a 3D array. I am
trying to do this:



if(grid[x][y][0].size<5)



and that I can't seem to figure out the correct way do do this. Thanks!

No comments:

Post a Comment