Binary Tree Node class. This class is private to BinaryTree and should only be used by that class or its subclasses!
+ (id)
treeWithEnumerator: (NSEnumerator*)e
count: (int)n;
convenience method to create a perfectly balanced binary tree from any collection, passing the enumerator of the collection and the count of elements to be put in the tree.