Пример #1
0
 public HashTable(int size)
 {
     Init(size);
     hashFunction = new HashFunctionClass0();
 }
Пример #2
0
 public HashTable(int size)
 {
     Init(size);
     hashFunction = new HashFunctionClass0();
 }