Im working on my project where im supposed to complete an implementation of a hashtable.
put method
public void put(String key, V value) {