Introduction to java programming: Chapter 22 - Java Collections Framework's Objectives is to describe the Java Collections Framework hierarchy; use the Iterator interface to traverse a collection; discover the Set interface, and know how and when to use HashSet, LinkedHashSet, or TreeSet to store elements.