|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.CellBlockIterator
public abstract class CellBlockIterator
Field Summary | |
---|---|
protected boolean |
valid
|
Constructor Summary | |
---|---|
CellBlockIterator()
construction with an uniform cell block |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean valid
Constructor Detail |
---|
public CellBlockIterator()
Method Detail |
---|
public boolean valid()
public abstract void init()
public abstract boolean next()
public java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.String toString(java.lang.String indent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |