|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.princeton.cs.algs4.growingtree.demos.SplayOperators.SplayDeletion<P>
public class SplayOperators.SplayDeletion<P extends NodeProperties>
| Constructor Summary | |
|---|---|
SplayOperators.SplayDeletion()
|
|
| Method Summary | |
|---|---|
void |
doDelete(IAlgorithmNode<P> root,
IDeletingNode<P> node)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplayOperators.SplayDeletion()
| Method Detail |
|---|
public void doDelete(IAlgorithmNode<P> root,
IDeletingNode<P> node)
doDelete in interface IDeleteOperator<P extends NodeProperties>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 | |||||||||