After the previous post, I just had to look. The implementation of Object.equals is, as was previously noted, just “return this == obj”, but the implementation of Object.hashCode is far more ...
Sometimes the default view of objects in the debugger isn't enough, especially if you operate on complex data structures. Here's one way to alter the view and use a customized one. In my article, "How ...