In Java is there any way of writing a loop so that you can initialize an array of arrays quickly in java with the names x{a_1[], a_2[], a_3[], ... , a_n[]}. Or would it have to be done by just typing them in?
I have written a new question that might clear up what I trying to acheive. Java Poset simulation
aioobe is correct, and you can also initialize it as: