Supply compatible hashCode and equals methods to the Student class described in Exercise P15.2. Test the hash

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

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Java Concepts Late Objects

ISBN: 9781119186717

3rd Edition

Authors: Cay S. Horstmann

Question Posted: