Skip to content

equal_hashcode_tostring

Green Luo edited this page Jun 28, 2015 · 3 revisions

The three essential methods associated with Object class are boolean equals(Object), int hashCode(), String toString(). Every Java developer should be aware of the importance of these methods especially the former two. If you don't know then you should read this book by Joshua Bloch.

OSGL Tool provides tool to save your time writing/using these methods

boolean _.eq(Object, Object)

Clone this wiki locally