I\'m trying to make a Java HashTable implementation with linear probing according to this: https://i.stack.imgur.com/An726.png
I can\'t use any HashTable library. So