This means that two objects hash to the same value. This is what we call a hash collision. We need to resolve it somehow. In the original implementation, it was just a linked list. The reason we used ...