2013/9/26 hao5ang <waohao@gmail.com>:
I want one resizable two-dimension array. Actually I need change below Java
code to Go.
LinkedList<LinkedList<Integer>> data = new
LinkedList<LinkedList<Integer>>();
for (LinkedList<Integer> list : data) {
for (Integer value : list) {
System.out.println(value);
}
}
I want one resizable two-dimension array. Actually I need change below Java
code to Go.
LinkedList<LinkedList<Integer>> data = new
LinkedList<LinkedList<Integer>>();
for (LinkedList<Integer> list : data) {
for (Integer value : list) {
System.out.println(value);
}
}
//jb
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.