4 ms·
Java 7 also adds java.util.Objects, which contains hashcode() and other useful methods: http://download.oracle.com/javase/7/docs/api/java/util/Objects.html htt
by kjetil 15y 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/Objects.html http://download.oracle.com/javase/7/docs/api/java/util/Objec...
- deleted 15y ago[deleted]
- eneveu 15y agoIt's going to be a mess with imports for those who need to use both com.google.common.base.Objects and java.util.Objects...