import java.util.ArrayList; public class Test { public final ArrayList arrayList; public Test() { //c1 arrayList = new //c2 ArrayList( //c3 ); } }