TListExtended

BlitzMax Forums/BlitzMax Module Tweaks/TListExtended

Dreamora(Posted 2006) [#1]
I've decided that having an additional module to do extended stuff might not make that much sense after all.
So I took my linkedlist module and tried to get it to work as an extended TList.

So now here is TListExtended class.
It has all features and possibilities of the regular TList but has some nice additions:

- Enumerator range (TLink for start and end): This works on eachin list.links() and eachin list.values() regular eachin list works as with normal TList
- fully controllable Iterator like PureBasics list structure

If there is something missing, please let me know.
Currently missing is enumerator support for sort. I'm aware of that. I will at that at some point if it is requested.


Test App






TListExtended.bmx