edu.princeton.cs.algs4.growingtree.demos
Class AVLOperator<P extends AVLNodeProperties>

java.lang.Object
  extended by edu.princeton.cs.algs4.growingtree.demos.AVLOperator<P>
Direct Known Subclasses:
AVLDeletion, AVLInsertion

public class AVLOperator<P extends AVLNodeProperties>
extends java.lang.Object


Constructor Summary
AVLOperator()
           
AVLOperator(int balFactor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVLOperator

public AVLOperator()

AVLOperator

public AVLOperator(int balFactor)