what is the difference between hash map, hash set, hash dictionary?
问题 Can somebody explain me the difference between the following structures: Hash Map Hash Table, Hash Set, and Hash Dictionary 回答1: HashMap, HashTable, and HashDictionary all mean a dictionary, mapping unique unordered keys to corresponding values, implemented using hashcodes. HashSet means a unique, unordered set, implemented using hashcodes. 来源: https://stackoverflow.com/questions/4851811/what-is-the-difference-between-hash-map-hash-set-hash-dictionary