UC Berkeley Group for User Interface Research
Updated November 17, 2000
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

_

_data() - Method in class edu.berkeley.guir.lib.graphs.BinaryTree
Retrieve the data at the root of this tree.
_left() - Method in class edu.berkeley.guir.lib.graphs.BinaryTree
Retrieve the left child of this tree.
_right() - Method in class edu.berkeley.guir.lib.graphs.BinaryTree
Retrieve the right child of this tree.
_setData(Object) - Method in class edu.berkeley.guir.lib.graphs.BinaryTree
Set the value that this BinaryTree holds.
_setLeft(BinaryTree) - Method in class edu.berkeley.guir.lib.graphs.BinaryTree
Set the left subtree of this BinaryTree.
_setRight(BinaryTree) - Method in class edu.berkeley.guir.lib.graphs.BinaryTree
Set the right subtree of this BinaryTree.

Copyright Information
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _