Chapter 9: Object Containers

9.1: Array vs. Collections

9.2: Method toString

9.3: Type-Conscious Collection

9.4: Down-casting When Using Collections

9.5: Sorting Techniques - Call Back

9.6: Iterator

9.7: Java Collection Hierarchy

9.8: Generic Collection Library (JGL)

9.9: Interface Collection

9.10: Interface List

9.11: Interface Set

9.12: Interface Map

9.13: Legacy Collections

9.14: Converting Between Collections

9.15: Practical Algorithms for Programmers

9.16: Unsupported Operations

9.17: Sorting and Searching with Class Arrays and Collections

9.18: Make a Container Unmodifiable

9.19: Synchronized Containers