Another library of collection classes

B

boudino

Hi Guys

I am looking for C# (.NET) library of collection classes. I need something similar to Smalltalk library in these aspects

1.) Adectave classes for OrderedCollection, SortedCollection, Set, Dictionary (I believe this can be covered by standard .NET classes)
2.) Operation for collection, selection, rejection; contains, include, detect. (as interface - I need all collection to be polymorfic on this messages)

Is there any class library, which meets my requirements? Fee or free, it does not matter

If there is none, I consider to develop my own. Will somebody join me

Regard
Boudino
 
B

boudino

Sorting alghoritms themselves are not so interersting. I need e.g. contains method mased on rule, not on value. Collect/select/detect are also welcome. Any more hints

Short explanation

- select returns all items matching a rul
- detect returns just first element matching a rul
- collect returns collection made from original collection using a transofrmatio

Maybe, I am missing something, but don't see such functionality in standard .net libraries

Bodino
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top