dojox
»
collections
»
BinaryTree
» getIterator
dojox.collections.BinaryTree.getIterator
dojo.require("dojox.collections.BinaryTree");
defined in dojox/collections/BinaryTree.js
Usage
function ()
(view source)
var
a=
[
]
; inorderTraversalBuildup
(
root, a
)
;
return
new
dojox.
collections
.
Iterator
(
a
)
;