You should use normal Java arrays for storage, not ArrayList or other classes from the Java Collections API.

A summary of how you will determine the criteria to rank capital budgeting decisions and whether some criteria are more important than others.
August 5, 2017
Discuss the relevance of the selected topic to an understanding of multiculturalism or the application of the topic in multicultural counseling.
August 5, 2017
Show all

You should use normal Java arrays for storage, not ArrayList or other classes from the Java Collections API.

n this assignment, you will implement a generic map interface in two ways:

  1. as a hash table
  2. with another map implementation from the activity (attached)

If you prefer, you may implement and test maps of Strings (sample code in the right column below).

You should use normal Java arrays for storage, not ArrayList or other classes from the Java Collections API.

Your submission should be a zip file that includes the following files:

  • IMap.java (below, no changes needed)
  • IMapTest.java, HashMapTest.java, and OtherMapTest.java (below, no changes needed)
    • use the first column for Generic version, second column for String version
  • HashMap.java (your hash table implementation) (Here is the main task)
  • OtherMap.java (your other implementation) (Here is the main task)

Leave a Reply

Your email address will not be published. Required fields are marked *