HashTable collision
HashTable is a data structure that maps key to values. No-null object is allowed by both key and value.
In the context of a hash table, the term "collision" is usually used for the situation where two unequal keys have the same hash code. They still need to be treated as different keys.
浙公网安备 33010602011771号