import java.util.List; // import just the List interface import java.util.ArrayList; // import just the ArrayList class