public abstract class CellBlockIterator
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
valid  | 
| Constructor and Description | 
|---|
CellBlockIterator()
construction with an uniform cell block 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
init()
Initialize this CellBlockIterator 
 | 
abstract boolean | 
next()
Moving the CellBlockIterator to the next position. 
 | 
java.lang.String | 
toString()
Return a String representing the object. 
 | 
abstract java.lang.String | 
toString(java.lang.String indent)
Return description of this ARRSCell 
 | 
boolean | 
valid()
Return true if the current position is valid 
 | 
public CellBlockIterator()
public boolean valid()
public abstract void init()
public abstract boolean next()
public java.lang.String toString()
toString in class java.lang.Objectpublic abstract java.lang.String toString(java.lang.String indent)