Uses of Class
org.axiondb.engine.indexes.BaseArrayIndex

Packages that use BaseArrayIndex
org.axiondb.engine Core database machinery. 
org.axiondb.engine.indexes   
 

Uses of BaseArrayIndex in org.axiondb.engine
 

Methods in org.axiondb.engine with parameters of type BaseArrayIndex
protected  void ObjectArrayIndexLoader.writeKeys(java.io.ObjectOutputStream out, BaseArrayIndex baseindex)
           
protected  void IntArrayIndexLoader.writeKeys(java.io.ObjectOutputStream out, BaseArrayIndex index)
           
 

Uses of BaseArrayIndex in org.axiondb.engine.indexes
 

Subclasses of BaseArrayIndex in org.axiondb.engine.indexes
 class IntArrayIndex
          An array indexover integer keys.
 class ObjectArrayIndex
          An indexover Object keys.
 

Methods in org.axiondb.engine.indexes with parameters of type BaseArrayIndex
protected abstract  void BaseArrayIndexLoader.writeKeys(java.io.ObjectOutputStream out, BaseArrayIndex baseindex)