hashcode
美
英 
- 網(wǎng)絡(luò)哈希碼;加密哈希碼;散列值
例句
This implementation enumerates over the set, calling the hashCode method on each element in the collection, and adding up the results.
實現(xiàn)對set進行枚舉,對集合中每一個元素調(diào)用hashCode方法,然后將結(jié)果相加。
Lombok generates most common Java boilerplate code, including getters, setters, equals, and hashCode, just to name a few.
Lombok生成大部分公共Java樣本代碼,包括getters、setters、equals、以及hashCode,僅舉幾個例子。
For this example, I've simply made these methods depend on the equals and hashCode methods of the Integer class, as Listing 6 shows.
對于這個例子,只需要讓這兩個方法依賴于Integer的equals和hashCode方法,如清單6所示。
The aspects use identity maps to avoid calling the hashCode or equals methods on connections or statements.
方面用標識圖來避免調(diào)用連接或語句的hashCode或equals方法。
Default equals, hashcode, and toString methods are automatically generated.
自動生成默認的equals、hashcode和toString方法。
Returns a hashcode for this socket address.
返回該套接字地址的hash碼。
Always override hashCode when you override equals
時總是重載
Returns the hashcode for this instance of
實例的哈希代碼。從