Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / November 2006

Tip: Looking for answers? Try searching our database.

Simple collection for single key multiple data?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jon Slaughter - 19 Nov 2006 05:22 GMT
Is there a collection that lets you use a "multimap" like feature.

something like

MultiHash.Add(Some_Key, Data1);
MultiHash.Add(Some_Key, Data2);
...

Obviously I could handle this with an ArrayList in a HashTable but for my
purposes it would be much easier if I had the above functionality(probably
would be to hard to add it or extend the hashtable if thats possible but
wondering if theres something already built in.

Thanks,
Jon
Cor Ligthert [MVP] - 19 Nov 2006 06:25 GMT
Jon,

DataTable by some seen as something very strange but just a class which with
its DataView(defaultview property) is implementing the ILIST and the
ICollection.

Cor

> Is there a collection that lets you use a "multimap" like feature.
>
[quoted text clipped - 11 lines]
> Thanks,
> Jon
Peter Sestoft - 19 Nov 2006 20:33 GMT
> Is there a collection that lets you use a "multimap" like feature.
>
[quoted text clipped - 8 lines]
> would be to hard to add it or extend the hashtable if thats possible but
> wondering if theres something already built in.

See the MultiDictionary example in the C5 collection library
http://www.itu.dk/research/c5/

Peter

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.