Class AVLBaum.AVLKnoten

java.lang.Object
  extended by VerweisBaum.Knoten
      extended by AVLBaum.AVLKnoten
Enclosing class:
AVLBaum

private static class AVLBaum.AVLKnoten
extends VerweisBaum.Knoten


Field Summary
private  int balance
           
 
Fields inherited from class VerweisBaum.Knoten
inhalt, links, rechts
 
Constructor Summary
private AVLBaum.AVLKnoten(java.lang.Comparable x)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

balance

private int balance
Constructor Detail

AVLBaum.AVLKnoten

private AVLBaum.AVLKnoten(java.lang.Comparable x)