Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.openmobileis.database.fastobjectdb.db.index.node.Node Class Reference

Inheritance diagram for org.openmobileis.database.fastobjectdb.db.index.node.Node:

org.openmobileis.database.fastobjectdb.db.index.node.IntNode org.openmobileis.database.fastobjectdb.db.index.node.LongNode org.openmobileis.database.fastobjectdb.db.index.node.StringNode List of all members.

Detailed Description

Base class for all Btree Node.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 39 of file Node.java.

Public Member Functions

 Node ()
 Node (int order)
long getNodePtrAtPos (int pos)
int getMaxNbKey ()
void writeExternal (ObjectOutput out) throws IOException
void readExternal (ObjectInput in) throws IOException, ClassNotFoundException

Public Attributes

long filePtr = Node.NO_NODE
long parentPtr = Node.NO_NODE
long[] ptr
long[] branchs
int nbKey

Static Public Attributes

static final long NO_NODE = -1

Protected Member Functions

void serializeLongArray (ObjectOutput out, long[] array) throws IOException
long[] unserializeLongArray (ObjectInput in) throws IOException
void serializeInArray (ObjectOutput out, int[] array) throws IOException
int[] unserializeInArray (ObjectInput in) throws IOException

Static Package Attributes

static final long serialVersionUID = 5521257935120563452L


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:38 2005 for OpenMobileIS by  doxygen 1.4.4