Question: Supply compatible hashCode and equals methods to the Student class described in Exercise P15.2. Test the hash code by adding Student objects to a hash

Supply compatible hashCode and equals methods to the Student class described in Exercise P15.2. Test the hash code by adding Student objects to a hash set.


Data from Exercise P15.2.

Reimplement Exercise E15.4 so that the keys of the map are objects of class Student. A student should have a first name, a last name, and a unique integer ID. For grade changes and removals, lookup should be by ID. The printout should be sorted by last name. If two students have the same last name, then use the first name as a tie breaker. If the first names are also identical, then use the integer ID. Hint: Use two maps.

Step by Step Solution

3.53 Rating (156 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

ANSWER public class Student private String firstName private String lastName private in... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Java Concepts Late Objects Questions!