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 
 | 
validpublic URCellIterator(CellIndexable cblock)
public void init()
init in class CellIteratorpublic boolean next()
next in class CellIteratorpublic Cell getCell()
getCell in class CellIteratorpublic IndexSpaceID getIndexSpaceID()
public CellIndexable getDataBlock()
public java.lang.String toString()
toString in class CellIteratorpublic java.lang.String toString(java.lang.String indent)
toString in class CellIterator