Notice we did not use the word "List" (note the uppercase), therefore we were not referring to a specific Collections class.
Like Jeanne, I sometimes use "list" (note the lowercase) to refer to both arrays and List objects. It's probably held over from my more theory-heavy days at Cornell, where lists and arrays were conceptually the same thing, and could be interchangeably. In the context of
Java, I can see how this might be confusing. In general, I try to use "List" to refer to the specific collections class.