Chapter 12 Collections
Collections A collection is an object that helps us organize and manage other objects Chapter 12 focuses on: the concept of a collection separating the interface from the implementation dynamic data structures c © 2004 Pearson Addison-Wesley. All rights reserved
Outline Data Structures Dynamic Representations Queues and Stacks Trees and Graphs The Java Collections API © 2004 Pearson Addison-Wesley. All rights reserved
Summary Chapter 12 has focused on: array declaration and use passing arrays and array elements as parameters arrays of objects sorting elements in an array multidimensional arrays the ArrayList class polygons and polylines more button components © 2004 Pearson Addison-Wesley. All rights reserved