public class ARRSCellBlockIterator extends CellBlockIterator
valid
Constructor and Description |
---|
ARRSCellBlockIterator(CellIndexable cblock)
construction with an uniform cell block
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList |
getLeafBlockList()
Get all the leaf blocks
|
CellIndexable |
getLeafCellBlock()
Get a leaf cell block
|
void |
init()
Initialize this CellBlockIterator
|
boolean |
next()
Moving the CellBlockIterator 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
|
valid
public ARRSCellBlockIterator(CellIndexable cblock)
public void init()
init
in class CellBlockIterator
public boolean next()
next
in class CellBlockIterator
public java.util.ArrayList getLeafBlockList()
public CellIndexable getLeafCellBlock()
public java.lang.String toString()
toString
in class CellBlockIterator
public java.lang.String toString(java.lang.String indent)
toString
in class CellBlockIterator