M
marc
Hi,
I have a collection of objects and i would like to add a flexibel sorting
functionality
I am looking for a colliection that gives my the following functionality
a - have enumaration to loop through all objects {for each}
b - check if item exists, without throwing exceptions!!! {if
col.exists(key)}
c - extract item from collection bases on key {x=col(key)}
d - I would like to sort on number of properties
{col.sort(porperty enum)}
a,b and c I can get by using sortedlist, but it has no flexible sorting
Any ideas??????
thankx
Marc
I have a collection of objects and i would like to add a flexibel sorting
functionality
I am looking for a colliection that gives my the following functionality
a - have enumaration to loop through all objects {for each}
b - check if item exists, without throwing exceptions!!! {if
col.exists(key)}
c - extract item from collection bases on key {x=col(key)}
d - I would like to sort on number of properties
{col.sort(porperty enum)}
a,b and c I can get by using sortedlist, but it has no flexible sorting
Any ideas??????
thankx
Marc