I want to know how convert int[]
to Integer[]
in java.
Basically i am trying to convert int[]
to ArrayList
in java.
I found some examples but they are based on Integer
object and not based on int[]
.
referred: Convert int[] into ArrayList
Thanks