2011-01-31 218 views

回答

2

的HashMap,Hashtable和HashDictionary都意味着一个字典,将唯一的无序键映射到相应的值,使用hashcode实现。

HashSet表示使用哈希码实现的唯一的无序集合。