Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
The elements of the table are held into an internal _bucket array_. An element is inserted into a bucket determined by its hash code, but if the bucket is already occupied (a _collision_), an available one in the vicinity of the original position is used.容器的元素存储在内部的桶数组中。元素根据其哈希值被插入到对应的桶中,若该桶已被占用(即发生哈希冲突),则使用原位置附近的可用桶。