02/18 Lecture Material
The notion of an ADT (Abstract Data Type). An ADT consists of data and a set of operations.
The built-in Java List ADTs.
Lecture Code
ListInterface.java