algo/java/20_hashtable
damianzhenxiaozhi 15d1990a06
should remove node in list and hash table both
删除一个缓存元素时,除了删除链表中的节点,也要删除散列表中的节点。
2019-09-27 15:53:55 +08:00
..
LRUBaseHashTable.java should remove node in list and hash table both 2019-09-27 15:53:55 +08:00