CS 1301 – Ch 6, Handout 1 - Valdosta State University

The Java Collections Framework (JCF) defines two general types of containers: collections and maps. Each is defined by an interface, Collection . and . Map, respectively as shown in the class diagram below. Collections are further broken down into sub-interfaces representing: lists, queues, and sets. The yellow rectangles below are concrete ... ................
................