btree
Class KeyClass

java.lang.Object
  extended bybtree.KeyClass
Direct Known Subclasses:
IntegerKey, StringKey

public abstract class KeyClass
extends java.lang.Object

KeyClass: An abstarct class. It will be extended to be integer key and string key.


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

Constructor Detail

KeyClass

public KeyClass()