com.hardcode.gdbms.engine.data.indexes
Class MemoryIndexSet

java.lang.Object
  extended by com.hardcode.gdbms.engine.data.indexes.MemoryIndexSet
Direct Known Subclasses:
FixedMemoryIndexSet, VariableMemoryIndexSet

public abstract class MemoryIndexSet
extends java.lang.Object

DOCUMENT ME!

Author:
Fernando González Cortés

Field Summary
protected  long[] indexes
           
 
Constructor Summary
MemoryIndexSet()
           
 
Method Summary
 void close()
           
 long getIndex(long nth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexes

protected long[] indexes
Constructor Detail

MemoryIndexSet

public MemoryIndexSet()
Method Detail

getIndex

public long getIndex(long nth)
See Also:
BaseIndexSet.getIndex(long)

close

public void close()
See Also:
BaseIndexSet.close()


Copyright © 2005-2006 . All Rights Reserved.