Uses of Interface
cs132.searchTree.Tree

Uses of Tree in cs132.searchTree
 

Classes in cs132.searchTree that implement Tree
 class EmptyTree<K extends Comparable<K>,V>
          This class is used to represent the empty search tree: a search tree that contains no entries.
 class NonEmptyTree<K extends Comparable<K>,V>
          This class represents a non-empty search tree.
 

Methods in cs132.searchTree that return Tree
 Tree<K,V> Tree.delete(K key)
          Delete any binding the key has in this tree.
 Tree<K,V> NonEmptyTree.delete(K key)
           
 Tree<K,V> EmptyTree.delete(K key)
           
 



Web Accessibility