ArrayList array = new ArrayList();
array.add(array);

이거 실제로 됨?