This generic class is similar to - but not exactly like - Java's generic class HashMap<K,V>. Please review the code in MyHashTable.java, and in the accompanying incomplete test driver code Driver.java carefully:
上面是MyHashTable的程序,下面是Driver的
问题是:
Start up your IDE, set up a new project named MyHashMap in a new subfolder of your home driver's folder, and create a new generic class MyHashMap<K,V>, with a complete test driver class Driver.java. You may use the preceding code for clues and ideas, but the MyHashMap<K,V>generic class you create must be a faithful partial implementation of Java's generic class HashMap<K,V>.
Here are the methods you must implement :
在线等!!!
如果要原程序代码,可以私信我
原代码网盘地址
http://pan.baidu.com/s/1eQzRTj8
http://pan.baidu.com/s/1hqf5ck0
追答因为我在改论文,可能迟一点发给你奥。
追问好的
追答你的代码下载下来解压显示出错。
追问我又上传了一次http://pan.baidu.com/s/1eQzRTj8
追答难道你在HashMapTable这个类上稍微改一下不就行了,再增加里面没有的方法就可以了啊。