| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowIterator
Iterator over rows on Columns or Tables. Two new methods provide a faster access to the rows, instead of creating an Integer object at each invocation.
| Method Summary | |
|---|---|
|  RowIterator | copy()Clone myself with the right type returned. | 
|  int | nextRow()Returns the next row after incrementing the iterator. | 
|  int | peekRow()Returns the next row without incrementing the iterator. | 
| Methods inherited from interface java.util.Iterator | 
|---|
| hasNext, next, remove | 
| Method Detail | 
|---|
int nextRow()
int peekRow()
RowIterator copy()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||