Question: 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
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. Use two maps.
Data from exercise E15.4
Supply compatible hashCode and equals methods to the BankAccount class of Chapter 3. Test the hashCode method by printing out hash codes and by adding Bank Account objects to a hash set.
Step by Step Solution
3.39 Rating (137 Votes )
There are 3 Steps involved in it
Here is a way to approach this problem The exercise wants you to build a system that can manage a map of students and their grades where each student ... View full answer
Get step-by-step solutions from verified subject matter experts
