|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unh.sdb.datasource.CellIterator
public abstract class CellIterator
Field Summary | |
---|---|
protected ARRSCell |
cell
|
protected boolean |
valid
|
Constructor Summary | |
---|---|
CellIterator()
Constructor without argument |
Method Summary | |
---|---|
Cell |
getCell()
Get a cell |
abstract void |
init()
Initialize this CellIterator object |
abstract boolean |
next()
Moving the CellIterator 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 ARRSCell cell
protected boolean valid
Constructor Detail |
---|
public CellIterator()
Method Detail |
---|
public boolean valid()
public abstract void init()
public abstract boolean next()
public Cell getCell()
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 |