CS 1301 – Ch 6, Handout 1

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 ................
................