I want to create an array that contains ArrayList elements.
I\'ve tried
ArrayList name[] = new ArrayList()[];
ArrayList> name= new ArrayList>(/*capacity*/);