org.axiondb.engine

Class IntArrayIndexLoader

public class IntArrayIndexLoader extends BaseArrayIndexLoader

An IndexLoader for IntArrayIndex.

Version: $Revision: 1.8 $ $Date: 2005/06/18 01:03:46 $

Author: Rodney Waldhoff

Constructor Summary
IntArrayIndexLoader()
Method Summary
protected IndexmakeIndex(String name, Column col, boolean unique, Object keys, IntList values)
protected ObjectreadKeys(ObjectInputStream in)
protected voidwriteKeys(ObjectOutputStream out, BaseArrayIndex index)

Constructor Detail

IntArrayIndexLoader

public IntArrayIndexLoader()

Method Detail

makeIndex

protected Index makeIndex(String name, Column col, boolean unique, Object keys, IntList values)

readKeys

protected Object readKeys(ObjectInputStream in)

writeKeys

protected void writeKeys(ObjectOutputStream out, BaseArrayIndex index)