public HashST1Set() { hashST1 = new HashST1 <Key>(); }
public HashST1Set(int M) { hashST1 = new HashST1 <Key>(M); }