A B C D E F G H I L M N P R S T U V W Z

R

reduceTree(PQRNode) - Method in class pqrtree.PQRTree
Repeatedly kills, merge, or uncolors gray nodes, sometimes also creating new nodes when needed, until no gray nodes remain in the tree.
removeAll() - Method in class pqrtree.DoublyLinkedList
Removes all the nodes.
removeColoredChild(ListNode) - Method in class pqrtree.ColoredDoublyLinkedList
Removes the first node from the list which has a specified data.
removeMe() - Method in class pqrtree.ListNode
Remove the node of the list it belongs.
removeNode(ListNode) - Method in class pqrtree.DoublyLinkedList
Removes a specific node from the list.
reverse() - Method in class pqrtree.DoublyLinkedList
Simply reverse the list, so the first node becomes the last, the last become the first, and so on...
reverseGrayNode(PQRNode) - Method in class pqrtree.PQRTree
Reverse a Q gray node, if its children isn't in the right order.
root - Variable in class pqrtree.PQRTree
 

A B C D E F G H I L M N P R S T U V W Z