HashTable
基本解释
- n.散列表
英汉例句
- Every key in a Hashtable must be unique.
Hashtable中的每个键必须是唯一的。 - The load factor of the hashtable.
哈希表的加载因子。 - Tests if this hashtable maps no keys to values.
测试哈希表是否有key到值的映射。 - The hash code provider dispenses hash codes for keys in the Hashtable.
哈希代码提供程序为Hashtable中的键分配哈希代码。 - Note: You cannot choose the sort order of the items added to the Hashtable.
注意: 你不能对哈希表中的项目进行排序选择。