object
Simple binary tree implementation of the dictionary protocol. Uses standard order to compare keys.
Paulo Moura and Paul Fodor
2.1
2010/4/2
static, context_switching_calls
public dictionaryp
public compound
Preorder tree traversal.
static
preorder(Tree,List)
preorder(@tree,-list) – one
static
inorder(@tree,-list) – one
static
postorder(@tree,-list) – one
(see related entities)
(see related entities)