org.openmobileis.database.fastobjectdb.db.index
Interface FODBUniqueIndex
- All Known Implementing Classes:
- FODBUniqueIntIndex, FODBUniqueLongIndex, FODBUniqueStringIndex
- public interface FODBUniqueIndex
getKeyPosition
public long getKeyPosition(java.lang.Object key)
throws FODBException
isEmpty
public boolean isEmpty()
throws FODBException
- return true if the index is empty.
throws StoreBTreeException if the index is closed
getNodeForKey
public SearchResult getNodeForKey(java.lang.Object key)
throws FODBException
Copyright 2005 e-Care. All Rights Reserved.