As I am completely dumb I've googled and find this link
http://slady.net/java/bt/view.php?w=450&h=300
If I correctly understand Tmap is the BlitzMax implementation of a B-Tree - the only difference is that Bmax has only two child (left and right) while the example uses three childs - well I cant' find any better solution!!!
So for everyone who want to understand how a b-tree works this link is a good point to start!
And - of course - the question: how can I retrieve (without counting them) the items in a btree? In List I have CountList() but I can't imagine/find any internal counter or method.
http://slady.net/java/bt/view.php?w=450&h=300
If I correctly understand Tmap is the BlitzMax implementation of a B-Tree - the only difference is that Bmax has only two child (left and right) while the example uses three childs - well I cant' find any better solution!!!
So for everyone who want to understand how a b-tree works this link is a good point to start!
And - of course - the question: how can I retrieve (without counting them) the items in a btree? In List I have CountList() but I can't imagine/find any internal counter or method.