import java.util.ArrayList; public class Test { public Test() { arrayList = new ArrayList(); } }