edu.unh.sdb.datasource
Class URCellIterator

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

public class URCellIterator
extends CellIterator


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

Constructor Detail

URCellIterator

public URCellIterator(CellIndexable cblock)
Constructor takes an uniform cell block

Method Detail

init

public void init()
Initialize this URCellIterator object

Specified by:
init in class CellIterator

next

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

Specified by:
next in class CellIterator

getCell

public Cell getCell()
Get a ARRS cell

Overrides:
getCell in class CellIterator

getIndexSpaceID

public IndexSpaceID getIndexSpaceID()
Get the IndexSpaceID corresponding to the cell


getDataBlock

public CellIndexable getDataBlock()
Get a uniform cell block


toString

public java.lang.String toString()
Return a String representing the object.

Overrides:
toString in class CellIterator

toString

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

Specified by:
toString in class CellIterator