ikg.adt.tree
Class TreeElement

java.lang.Object
  extended by ikg.adt.tree.TreeElement
All Implemented Interfaces:
java.io.Serializable

public class TreeElement
extends java.lang.Object
implements java.io.Serializable

Implements the elementclass for binarytrees. The Serializable interface is necessary for writing/reading the complete tree to/from a diskfile.

See Also:
Serialized Form

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait