Hello everyone I am pretty new to java and I am trying to build a hash table out of linked lists. I have 4 files so far:

HashTable.java


public class HashTable {
boolean isEmpty;...