Re: weird problem with hashtable--CONCLUSION# Java - 爪哇娇娃
n*a
1 楼
All right we are all wrong here, it's ACTUALLY a BUG in
jdk1.1.x,
try using jdk1.2.2 and the problem is gone. equals() will be
called and containsKey() will return true.
jdk1.1.x,
try using jdk1.2.2 and the problem is gone. equals() will be
called and containsKey() will return true.