Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created August 2, 2020 18:29
Show Gist options
  • Save kasramp/b9dc6022f3805376a754bb84ca780dc0 to your computer and use it in GitHub Desktop.
Save kasramp/b9dc6022f3805376a754bb84ca780dc0 to your computer and use it in GitHub Desktop.
int[] tmpArray = new tmpArray[myArrList.size()];
int[] normalArray = myArrList.toArray(tmpArray);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment