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 ...