Inheritance diagram for org.openmobileis.database.fastobjectdb.db.index.node.Node:
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 |