Mobios v0.91

mobios.index
Class InternalNode

java.lang.Object
  extended by mobios.index.InternalNode
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
VPInternalNode

public abstract class InternalNode
extends Object

The interface for all internal nodes.

Version:
2006.05.12
Author:
Rui Mao, Willard
See Also:
Serialized Form

Constructor Summary
InternalNode()
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void setChildAddress(int index, long childAddress)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalNode

public InternalNode()
Method Detail

setChildAddress

public void setChildAddress(int index,
                            long childAddress)

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

Mobios v0.91

(C) 2002 - 2006 The MoBIoS Group