EQUALS in English translation

EQUALS
平等
相等
同等
相当
相同
同样
同工同
男女
男女享有平等

Examples of using Equals in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
根据您使用的类,您可能希望降低superclass的equals()或hashCode()功能一部分计算能力。
Depending on your class, you may also want to delegate part of the computation to the equals() or hashCode() function of the superclass.
调用equals返回true的两个对象必须具有相等的哈希码。
Any two objects for which equals returns true must return the same hash code.
即使set的顺序与equals不一致,其行为也是定义良好的;.
The behavior of a sorted set is well-defined even if its ordering is inconsistent with equals;
但是为了找到相同的Key,Map首先比较两者的哈希值,然后调用equals()进行比较。
But to find the key, the map first compares the hash values and then calls the equals() comparison.
为了测试两个对象在等价意义上是否相等(包含相同的信息),您必须重载equals()方法。
To test whether two objects are equal in the sense of equivalency(containing the same information), you must override the equals()method.
也包括哪些有时称为“真实兼并(truemergers)”或“平等兼并(mergersofequals)”的交易。
It also includes transactions that are sometimes referred to as‘true mergers' or‘mergers of equals'.
创建不可变的值对象在Java中非常繁琐,因为你必须为每个对象重写equals()和hashCode()。
Immutable value objects are very tedious to create in Java, because for every object you have to override the equals() and hashCode() functions yourself.
不可变值对象在Java中的创建非常乏味,因为每一个对象你都要重写equals()和hashCode()方法。
Immutable value objects are very tedious to create in Java, because for every object you have to override the equals() and hashCode() functions yourself.
J2SE1.4中另一个实现是IdentityHashMap,它用“==”代替了“equals()”来进行等比较。
Another J2SE 1.4 implementation is IdentityHashMap, which uses== instead of equals() for equality checking operations.
我从定义一个简单的Java类开始,这个类包括一些字段、toString、equals、hashCode等,大约写了50行代码。
I started by defining a simple Java class with a few fields, toString, equals, hashCode etc. It was about 50 lines of code.
出于安全起见,EclipseIDE将equals和hashCode作为成对的选项出现:Source>GeneratehashCode()andequals()…….
To be on the safe side, let the Eclipse IDE generate the equals and hashCode functions as a pair: Source> Generate hashCode() and equals()….".
当忽略equals()时,您应该总是在equals()中包括一些Javadoc注释,以帮助那些希望能够正确扩展您的类的用户。
When overriding equals(), you should always include some Javadoc comments on equals() to help those who might want to extend your class do so correctly.
然而,compareTo()方法会认为这两个数是相等的,所以在从数值上比较两个BigDecimal值时,应该使用compareTo()而不是equals()。
However, the compareTo() method will consider them to be equal, so you should use compareTo() instead of equals() when comparing two BigDecimal values numerically.
EQUALS全球伙伴关系.
The EQUALS Global Partnership.
CreativeEquals创始人.
Founder of Creative Equals.
equals方法究竟有什么区别??
What's the difference between== and equals method?
Equals(y)应该返回同样的结果。
Equals(y) must return consistent results.
详细信息请参考Float.equals的文档。
Equals documentation for details.".
Booleanequals(Objectobj):比较两个对象。
Public boolean equals(Object obj)- compares objects.
Equals(e1,e2)的适当重载将返回true。
Equals(e1, e2) would return true.
Results: 146, Time: 0.0214

Top dictionary queries

Chinese - English