Package aud.example
Class AVLTreeExample
java.lang.Object
aud.util.SingleStepper
aud.example.AVLTreeExample
example: insert entries and maintain balance
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected aud.example.AVLTreeExample.MyAVLTree
protected DotViewer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class aud.util.SingleStepper
createComponents, halt, halt, halt, onNext, parent, println, setTimeout, showSource, whereAmI
-
Field Details
-
tree_
protected aud.example.AVLTreeExample.MyAVLTree tree_ -
viewer_
-
-
Constructor Details
-
AVLTreeExample
public AVLTreeExample()create application instance
-
-
Method Details
-
getTree
public aud.example.AVLTreeExample.MyAVLTree getTree() -
onHalt
protected void onHalt()- Overrides:
onHalt
in classSingleStepper
-
main
start interactive example
-