コード例 #1
0
 public HashST1Set()
 {
     hashST1 = new HashST1 <Key>();
 }
コード例 #2
0
 public HashST1Set(int M)
 {
     hashST1 = new HashST1 <Key>(M);
 }