Exemplo n.º 1
0
 public HashSTOneSet()
 {
     sTOne = new HashSTOne <Key>();
 }
Exemplo n.º 2
0
 public HashSTOneSet(int M)
 {
     sTOne = new HashSTOne <Key>(M);
 }