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.

转载于:https://www.cnblogs.com/touchdown/p/5156962.html

你可能感兴趣的:(HashTable collision)