示例#1
0
文件: Hash.cs 项目: 0x0all/MyProgram
 public HashTable(int size)
 {
     Init(size);
     hashFunction = new HashFunctionClass0();
 }
示例#2
0
 public HashTable(int size)
 {
     Init(size);
     hashFunction = new HashFunctionClass0();
 }