编写接口IHashTable
public interface IHashTable {
int hash(T x, int which);
int getNumberOfFunctions();
void