public class URCellIterator extends CellIterator
cell, valid
Constructor and Description |
---|
URCellIterator(CellIndexable cblock)
Constructor takes an uniform cell block
|
Modifier and Type | Method and Description |
---|---|
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
|
valid
public URCellIterator(CellIndexable cblock)
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