Y
Hacker News
new
|
ask
|
show
|
jobs
by
kjetil
5351 days ago
Java 7 also adds java.util.Objects, which contains hashcode() and other useful methods:
http://download.oracle.com/javase/7/docs/api/java/util/Objec...
1 comments
eneveu
5351 days ago
It's going to be a mess with imports for those who need to use both com.google.common.base.Objects and java.util.Objects...
link