Aug 23 2010 06:09 AM 3669 2 WeakHashMap grkumar.2007 Explain how a WeakHashMap works? aryadipan Profile Answers by aryadipan Questions by aryadipan Sep 19th, 2010 You put an entry in a WeakHashMap with the object as the key, and the extra information as the map value. Then, as long as you keep a strong reference to the object, you will be able to check the m... Answer Question Select Best Answer
Aug 23 2010 06:09 AM 3669 2 WeakHashMap grkumar.2007 Explain how a WeakHashMap works? aryadipan Profile Answers by aryadipan Questions by aryadipan Sep 19th, 2010 You put an entry in a WeakHashMap with the object as the key, and the extra information as the map value. Then, as long as you keep a strong reference to the object, you will be able to check the m... Answer Question Select Best Answer
aryadipan Profile Answers by aryadipan Questions by aryadipan Sep 19th, 2010 You put an entry in a WeakHashMap with the object as the key, and the extra information as the map value. Then, as long as you keep a strong reference to the object, you will be able to check the m...