Make HashMap key object immutable Also, this class must honor the hashCode() and equals() methods contract . This is the main reason why immutable classes like String , Integer or other wrapper classes are a good key object candidate.
Make HashMap key object immutable Also, this class must honor the hashCode() and equals() methods contract . This is the main reason why immutable classes like String , Integer or other wrapper classes are a good key object candidate.