public class ARRSCellIterator extends CellIterator
cell, valid
Constructor and Description |
---|
ARRSCellIterator(CellIndexable cblock)
Constructor takes an ARRS cell block
|
Modifier and Type | Method and Description |
---|---|
Cell |
getCell()
Get a cell
|
void |
init()
Initialize this ARRSCellIterator
|
boolean |
next()
Moving the ARRSCellIterator to the next position.
|
java.lang.String |
toString(java.lang.String indent)
Return description of this ARRSCell
|
toString, valid
public ARRSCellIterator(CellIndexable cblock)
public void init()
init
in class CellIterator
public boolean next()
next
in class CellIterator
public Cell getCell()
getCell
in class CellIterator
public java.lang.String toString(java.lang.String indent)
toString
in class CellIterator