|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.IndexBlock
public class IndexBlock
Constructor Summary | |
---|---|
IndexBlock(float[] indexes,
int low,
int high)
Constructor takes three arguments |
Method Summary | |
---|---|
void |
getCellData(Indexable theData,
Indexable pds)
Get the data corresponding to the index block |
Datum[] |
getDatums(Indexable theData)
Return Datums corresponding to the index block |
void |
getDatums(Indexable theData,
Datum[] data)
Get Datums corresponding to the index block |
int |
getHighIndex()
Get the high index |
float[] |
getIndexes()
Get the index block |
int |
getLowIndex()
Get the low index |
void |
setHighIndex(int high)
Set low index |
void |
setLowIndex(int low)
Set low index |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexBlock(float[] indexes, int low, int high)
Method Detail |
---|
public float[] getIndexes()
public int getLowIndex()
public int getHighIndex()
public void setLowIndex(int low)
public void setHighIndex(int high)
public void getCellData(Indexable theData, Indexable pds)
public Datum[] getDatums(Indexable theData)
public void getDatums(Indexable theData, Datum[] data)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |