Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f092ace

Browse files
committed
Merge pull request giantray#50 from NothingOne/patch-1
Update what-issues-should-be-considered-when-overriding-equals-and-ha...
2 parents d4c89a5 + f82979f commit f092ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contents/what-issues-should-be-considered-when-overriding-equals-and-hashcode-in-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##重写(Override)equlas和hashCode方法时应考虑的问题
1+
##重写(Override)equals和hashCode方法时应考虑的问题
22

33
###理论上讲(编程语言、数学层面)
44
equals() 定义了对象的相等关系(自反性、对称性、传递性)(有点抽象,更详细说明,请参考[javadoc](http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#equals(java.lang.Object))) 。

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /