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 container 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.容器的元素保存在内部的**桶数组**中。元素根据其哈希码被插入到对应的桶中,但如果该桶已被占用(发生**冲突**),则会使用原始位置附近的一个可用桶。