Next: , Up: System_collections


3.2.2.1 System.collections.binary_tree

Implements: see System_object

Represents a binary tree.

Supported constructors:

System.collections.binary_tree()
Creates a new binary tree object.

Supported operators:

[]
Returns the element with the given key.

Supported methods:

count()
Return the number of elements in the tree.
set(key, value)
Sets tree element with key key to value.
remove(key)
Remove given key from tree.