what do i have to import to make my Hash object work in java?
Hash h2 = new Hash();
cannot resolve symbol
or another way i can get objects (integers) to hash to a table instead of adding them to the table myself (no function)?
Hash h2 = new Hash();
cannot resolve symbol
or another way i can get objects (integers) to hash to a table instead of adding them to the table myself (no function)?
