Method ADT.CritBit.IntTree()->_get_iterator()->create()
- Method create
ADT.CritBit.IntTree._get_iterator ADT.CritBit.IntTree._get_iterator(void|intstep,void|mixedstart,void|mixedstop)- Description
Returns an iterator object that runs from
starttostopusing a stepsize ofstep. The arguments default to1,tree->first()andtree->last(), respectively.