edu.unh.sdb.datasource
Class ARRSCellIterator

java.lang.Object
  extended by edu.unh.sdb.datasource.CellIterator
      extended by edu.unh.sdb.datasource.ARRSCellIterator

public class ARRSCellIterator
extends CellIterator


Field Summary
 
Fields inherited from class edu.unh.sdb.datasource.CellIterator
cell, valid
 
Constructor Summary
ARRSCellIterator(CellIndexable cblock)
          Constructor takes an ARRS cell block
 
Method Summary
 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
 
Methods inherited from class edu.unh.sdb.datasource.CellIterator
toString, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ARRSCellIterator

public ARRSCellIterator(CellIndexable cblock)
Constructor takes an ARRS cell block

Method Detail

init

public void init()
Initialize this ARRSCellIterator

Specified by:
init in class CellIterator

next

public boolean next()
Moving the ARRSCellIterator to the next position.

Specified by:
next in class CellIterator

getCell

public Cell getCell()
Get a cell

Overrides:
getCell in class CellIterator

toString

public java.lang.String toString(java.lang.String indent)
Return description of this ARRSCell

Specified by:
toString in class CellIterator