import java.util.ArrayList; //the calss private ArrayList<type> thenameyouChoose; //in the Constructor thenameyouChoose = new ArrayList<type>();