How to convert 2d string array
into ArrayList
??
I have a 2d array of string, how can i covert it to array list???
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
|||||
|
If you want a full list of elements just do this. Probably there is a simple way
|
|||||||||||||
|
|
|||
|
Depends on what exactly you want. Try:
Then you can access elements for example by:
|
|||
|