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