You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by David Graham <dg...@hotmail.com> on 2003/05/29 20:59:57 UTC

Re: [WAY OT] Hashtable implementation

Hashtable is a legacy collection that has been replaced by the HashMap 
class.  You might check commons-collections for such a class and if it's not 
there you could contribute the code.

David

>Hey,
>I know this is probably a really stupid question but i am looking for a 
>Hashtable (or similar) that will store multiple objects under the same key.
>I wrote a superficial implementation myself (put, size and get methods 
>only) based on the Hashtable, but I am interested to know if there is 
>something out there already implementing this functionality.
>
>Thanks,
>
>Denis
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: [WAY OT] Hashtable implementation

Posted by Mark Galbreath <ma...@qat.com>.
Yes.  It's called a multi-dimensional array.

Mark

-----Original Message-----
From: David Graham [mailto:dgraham1980@hotmail.com] 
Sent: Thursday, May 29, 2003 3:00 PM
To: struts-user@jakarta.apache.org
Subject: Re: [WAY OT] Hashtable implementation


Hashtable is a legacy collection that has been replaced by the HashMap 
class.  You might check commons-collections for such a class and if it's not

there you could contribute the code.

David

>Hey,
>I know this is probably a really stupid question but i am looking for a
>Hashtable (or similar) that will store multiple objects under the same key.
>I wrote a superficial implementation myself (put, size and get methods 
>only) based on the Hashtable, but I am interested to know if there is 
>something out there already implementing this functionality.
>
>Thanks,
>
>Denis
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org