コード例 #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();
 }