Exemplo n.º 1
0
 public HashTable(int size)
 {
     Init(size);
     hashFunction = new HashFunctionClass0();
 }
Exemplo n.º 2
0
 public HashTable(int size)
 {
     Init(size);
     hashFunction = new HashFunctionClass0();
 }