Inheritance diagram for org.openmobileis.database.fastobjectdb.db.index.FODBUniqueIntIndex:
Definition at line 45 of file FODBUniqueIntIndex.java.
Public Member Functions | |
FODBUniqueIntIndex (FODBIndexHeader newHeader, FODBCollectionIndexFile cFile, AccessibleObject accObj) throws FODBException | |
FODBUniqueIntIndex (FODBIntIndexDescriptor descriptor, FODBCollectionIndexFile cFile, AccessibleObject accObj) throws FODBException | |
int | getType () |
long | getKeyPosition (Object keytosearch) throws FODBException |
Protected Member Functions | |
void | writeKeyPtr (Node node, int pos, long newptr) throws IOException, ClassNotFoundException |
void | addSearchResult (IntNode pg, int pos, LongArray array) throws IOException, ClassNotFoundException |
boolean | removeKeyPtr (Node pg, int pos, long pointer) throws IOException, ClassNotFoundException |