|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.princeton.cs.algs4.growingtree.demos.RedBlackOperator<P>
edu.princeton.cs.algs4.growingtree.demos.RedBlackDeletion<P>
public class RedBlackDeletion<P extends RBNodeProperties>
| Constructor Summary | |
|---|---|
RedBlackDeletion()
|
|
| Method Summary | |
|---|---|
void |
doDelete(IAlgorithmNode<P> root,
IDeletingNode<P> node)
|
| Methods inherited from class edu.princeton.cs.algs4.growingtree.demos.RedBlackOperator |
|---|
isRed |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RedBlackDeletion()
| Method Detail |
|---|
public void doDelete(IAlgorithmNode<P> root,
IDeletingNode<P> node)
doDelete in interface IDeleteOperator<P extends RBNodeProperties>root - The root of the treenode - Node to be deleted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||