CSci 151: Foundations of computer science II
Home Syllabus Assignments Tests

printable version

Review 6: Hashing

Section 6.1: [1] [2] [3]
Section 6.2: [1] [2] [3] [4] [5] [6]
Section 6.3: [1] [2] [3]

Problem 6.1.1.

Using Java's syntax for defining interfaces, define the Map interface as it exists in the java.util package. Your definition should include at least 5 of the 6 methods we saw in class.