| Author |
Store an object in a hash value?
|
Ali Abedi
Greenhorn
Joined: Oct 28, 2009
Posts: 1
|
|
I want to store a series of objects in a key/value format. I tried using a HashMap but all I get back are NULLS so I'm assuming the object isn't being stored. Is there a way I can store objects in a key/value format?
Thanks!
|
 |
Philippe Lhoste
Greenhorn
Joined: Oct 23, 2009
Posts: 28
|
|
|
Same answer than in Store Object in key/value format thread in Sun forums: show what you try to do. At least a significant running small sample.
|
 |
Siva Masilamani
Ranch Hand
Joined: Sep 19, 2008
Posts: 377
|
|
If you are using your own object as a key then you should override equals and hashcoe method.
|
SCJP 6,SCWCD 5,SCBCD 5
Failure is not an option.
|
 |
 |
|
|
subject: Store an object in a hash value?
|
|
|