CSC 102 Lecture Notes Week 7
More on Data Structures and Abstract Data Types
Figure 1: Four key components of the Java collection hierarchy.
Figure 2: Array and linked list data structures.
for (Person p : PersonList) { System.out.println(p); }