org.openmobileis.database.fastobjectdb.db.index
Class FODBIndexTable
java.lang.Object
org.openmobileis.database.fastobjectdb.db.index.FODBIndexTable
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public class FODBIndexTable
- extends java.lang.Object
- implements java.io.Externalizable
Base table that store index position in collection data file.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FODBIndexTable
public FODBIndexTable()
FODBIndexTable
public FODBIndexTable(int tSize)
constructorHelper
protected void constructorHelper()
size
public int size()
allocatedSize
public int allocatedSize()
add
public boolean add(long pos)
getPosByPlace
public long getPosByPlace(int place)
toString
public java.lang.String toString()
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright 2005 e-Care. All Rights Reserved.