Example #1
0
 public HashTable(int size)
 {
     Init(size);
     hashFunction = new HashFunctionClass0();
 }
Example #2
0
 public HashTable(int size)
 {
     Init(size);
     hashFunction = new HashFunctionClass0();
 }