A B C D E F G H I M N O P R S T V

R

RedBlackTree - class edu.ksu.cis.viewer.RedBlackTree.
An immutable red-black tree that can draw itself.
RedBlackTree() - Constructor for class edu.ksu.cis.viewer.RedBlackTree
Constructs an empty RedBlackTree.
remove(String) - Method in class edu.ksu.cis.viewer.AATree
Returns the AATree resulting from the removal of key from this AATree.
remove(String) - Method in class edu.ksu.cis.viewer.AVLTree
Returns the AVLTree resulting from the removal of key from this AVLTree.
remove() - Method in class edu.ksu.cis.viewer.BSTFrame
Removes a String given by the use from the tree.
remove(String) - Method in interface edu.ksu.cis.viewer.BSTInterface
Returns the result of removing key from this.
remove(String) - Method in class edu.ksu.cis.viewer.BinarySearchTree
Returns the BinarySearchTree resulting from the removal of key from this BinarySearchTree.
remove(String) - Method in class edu.ksu.cis.viewer.PatriciaTrie
Returns the PatriciaTrie resulting from the removal of key from this PatriciaTrie.
remove(String) - Method in class edu.ksu.cis.viewer.RedBlackTree
Returns the RedBlackTree resulting from the removal of key from this RedBlackTree.
remove(String) - Method in class edu.ksu.cis.viewer.SplayTree
Returns the tree resulting from the removal of the given key.
remove(String) - Method in class edu.ksu.cis.viewer.Trie
Returns the Trie resulting from the removal of key from this Trie.

A B C D E F G H I M N O P R S T V