| Modifier and Type | Field and Description |
|---|---|
protected int |
_curRow |
protected int |
_mode |
protected WebTable |
_table |
static int |
FORMATTED_DATA |
static int |
RAW_DATA |
| Modifier | Constructor and Description |
|---|---|
protected |
WebTable.WebTableRowIterator(WebTable table) |
protected |
WebTable.WebTableRowIterator(WebTable table,
int mode) |
protected WebTable _table
protected int _curRow
protected int _mode
public static final int FORMATTED_DATA
public static final int RAW_DATA
protected WebTable.WebTableRowIterator(WebTable table)
protected WebTable.WebTableRowIterator(WebTable table, int mode)
public Object next() throws NoSuchElementException
next in interface IteratorNoSuchElementExceptionpublic void remove()
throws UnsupportedOperationException,
IllegalStateException
remove in interface IteratorUnsupportedOperationExceptionIllegalStateExceptionCopyright © 2013 Atlassian. All Rights Reserved.