hashcode
美
英 
例句
This implementation enumerates over the set, calling the hashCode method on each element in the collection, and adding up the results.
实现对set进行枚举,对集合中每一个元素调用hashCode方法,然后将结果相加。
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.
方面用标识图来避免调用连接或语句的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
实例的哈希代码。从