开发者

ObjectUtils.equal(x,y) null can work [closed]

开发者 https://www.devze.com 2022-12-09 12:13 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andc开发者_Python百科annot be reasonably answered in its current for
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and c开发者_Python百科annot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

If x == null does ObjectUtils.equal(x, y) work?


See the JavaDoc of the method. It says null works.


** Yes! **

0

精彩评论

暂无评论...
验证码 换一张
取 消