I am trying to create a class that implements the Map interface. So I am writing code that will check if the calling object is empty or not. However I am a little confused as to which data structure I should use internally. At present I am using a Hash Table.
Thanks in advance
I am trying to create a class that implements the Map interface. So I
Share
From Wikipedia,