Skip to content

Instantly share code, notes, and snippets.

@davorb
Created May 7, 2012 22:28
Show Gist options
  • Save davorb/2631025 to your computer and use it in GitHub Desktop.
Save davorb/2631025 to your computer and use it in GitHub Desktop.
ArrayList[] nodeEdges = new ArrayList[10]; // names.length eller size
nodeEdges[0] = new ArrayList<Edge>();
nodeEdges[1] = new ArrayList<Edge>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment