散列码 meaning in English
hash code
Examples
- The hash code of products and their codes are the same
产品及其代码的散列码相同 - The hash codes of the products are the hash codes of their codes
产品的散列码是其代码的散列码。 - The hash codes of product codes and their string representations are the same
产品代码的散列码及其字符串表示的散列码相同 - The hash codes of the product codes are the hash codes of their string representations
产品代码的散列码是其字符串表示的散列码。 - Under normal circumstances , this new second path would follow the insertion order , meaning that the iterator for the collection will return the elements in their insertion order not in the order that their hashing codes have them incorporated into the collection , but
正常情况下,这个新的第二路径会遵循插入顺序,这意味着集合的迭代器将按照元素的插入顺序返回元素(而不按它们的散列码将其组合成一个集合的顺序) ,但