So erstellen Sie eine 2D -Arraylist -Java

ArrayList<ArrayList<Object>> a = new ArrayList<ArrayList<Object>>();
Evil Elephant