I was wondering if it is possible to assign an array to an ArrayList in Java.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use
or alternatively,
Note that you aren't technically assigning an array to a List (well, you can't do that), but I think this is the end result you are looking for. |
|||||||||
|
|
|
The
|
|||||||||
|