What is the premise of equality for IdentityHashMap?
(a) Reference equality
(b) Name equality
(c) Hashcode equality
(d) Length equality
The question was posed to me in an online interview.
My question comes from Data Structures-HashMap in portion java.util – The Collections Framework of Java