Esempio n. 1
0
 public HashST1Set()
 {
     hashST1 = new HashST1 <Key>();
 }
Esempio n. 2
0
 public HashST1Set(int M)
 {
     hashST1 = new HashST1 <Key>(M);
 }