Simply put, this blog is a dumping ground for things I find interesting or worth remembering relating to Java, programming, web, lean, agile, etc, etc.
Wednesday, July 11, 2012
Object.equals Without a Null Check
Here is a snippet that uses Commons Lang to see if two objects are equals without a null check.
No comments:
Post a Comment