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