dataStructures
Interface BSTree

All Known Subinterfaces:
IndexedBSTree
All Known Implementing Classes:
BinarySearchTree

public abstract interface BSTree
extends Dictionary


Method Summary
 void ascend()
           
 
Methods inherited from interface dataStructures.Dictionary
get, put, remove
 

Method Detail

ascend

public void ascend()