Next: System_collections_stack, Up: System_collections
System.collections.binary_treeImplements: see System_object
Represents a binary tree.
Supported constructors:
System.collections.binary_tree()Supported operators:
[]Supported methods:
count()set(key, value)key to value.
remove(key)reset()System.object)
cur()System.object). Since
this is a dictionary type, this will return an object that has two properties: key
and item, corresponding to the object that is the key and the value associated
with the key respectively.
next()System.object). Returns false
if at end of tree or if reset hasn't been called, true otherwise.