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