|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.CellIterator
edu.unh.sdb.datasource.URCellIterator
public class URCellIterator
Field Summary |
---|
Fields inherited from class edu.unh.sdb.datasource.CellIterator |
---|
cell, valid |
Constructor Summary | |
---|---|
URCellIterator(CellIndexable cblock)
Constructor takes an uniform cell block |
Method Summary | |
---|---|
Cell |
getCell()
Get a ARRS cell |
CellIndexable |
getDataBlock()
Get a uniform cell block |
IndexSpaceID |
getIndexSpaceID()
Get the IndexSpaceID corresponding to the cell |
void |
init()
Initialize this URCellIterator object |
boolean |
next()
Moving the URCellIterator to the next position. |
java.lang.String |
toString()
Return a String representing the object. |
java.lang.String |
toString(java.lang.String indent)
Return description of this ARRSCell |
Methods inherited from class edu.unh.sdb.datasource.CellIterator |
---|
valid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public URCellIterator(CellIndexable cblock)
Method Detail |
---|
public void init()
init
in class CellIterator
public boolean next()
next
in class CellIterator
public Cell getCell()
getCell
in class CellIterator
public IndexSpaceID getIndexSpaceID()
public CellIndexable getDataBlock()
public java.lang.String toString()
toString
in class CellIterator
public java.lang.String toString(java.lang.String indent)
toString
in class CellIterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |