Using Collections and Module Dependency Diagrams

The goal for this recitation is to introduce the collection classes in java.util, especially HashMap, and to explore Module Depency Diagrams.

The activities this week concern the code provided. This is a little information system that keeps track of the user's appointments, and allows the user to find out what has been planned for a given "slot" (regarded as a one-hour period, which is the unit for making appointments in this system). Diary.java uses a Vector, to store the collection of appointments.