Obi Ezechukwu‘s blog High-Octane Java recently featured the post Compact Equals, which compares an implementation of a Java class’s overridden equals method in traditional form versus one implemented ...
Ok, I have a pair class (same one mentioned in earlier thread) that I am inserting into a LinkedHashSet. LHSs cannot have duplicate values and I'm assuming that it tests equality by calling the equals ...