int[][][] threeDee = { { { 0, 1 }, { 1, 2 } }, { { 1, 2 }, { 2, 3 } } };

That will answer your original question before you deleted it.