Method ADT.CritBit.FloatTree()->_get_iterator()->create()
- Method create
ADT.CritBit.FloatTree._get_iterator ADT.CritBit.FloatTree._get_iterator(
void
|int
step
,void
|mixed
start
,void
|mixed
stop
)- Description
Returns an iterator object that runs from
start
tostop
using a stepsize ofstep
. The arguments default to1
,tree->first()
andtree->last()
, respectively.