Inheritance diagram for org.openmobileis.database.fastobjectdb.db.index.node.IntNode:
Definition at line 43 of file IntNode.java.
Public Member Functions | |
IntNode () | |
IntNode (int order) | |
int | getKeyAtPos (int pos) |
void | setKeyPtrAtPos (int key, long ptr, int pos) |
SearchResult | searchNode (int key, SearchResult search) |
SearchResult | searchNode (SodaIntIndexComparator comparator, SearchResult search) |
boolean | pushInLeaf (int key, int pos, long newPtr) |
boolean | promote (int newkey, long keyptr, int pos, long nodePtr) |
void | removeKeyAtPpos (int pos) |
void | writeExternal (ObjectOutput out) throws IOException |
void | readExternal (ObjectInput in) throws IOException, ClassNotFoundException |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |