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 
 | 
validpublic ARRSCellBlockIterator(CellIndexable cblock)
public void init()
init in class CellBlockIteratorpublic boolean next()
next in class CellBlockIteratorpublic java.util.ArrayList getLeafBlockList()
public CellIndexable getLeafCellBlock()
public java.lang.String toString()
toString in class CellBlockIteratorpublic java.lang.String toString(java.lang.String indent)
toString in class CellBlockIterator