|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfovis.utils.RowIteratorProxy
public class RowIteratorProxy
Class RowIteratorProxy
| Constructor Summary | |
|---|---|
RowIteratorProxy(RowIterator iterator)
|
|
| Method Summary | |
|---|---|
RowIterator |
copy()
Clone myself with the right type returned. |
boolean |
hasNext()
|
Object |
next()
|
int |
nextRow()
Returns the next row after incrementing the iterator. |
int |
peekRow()
Returns the next row without incrementing the iterator. |
void |
remove()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RowIteratorProxy(RowIterator iterator)
| Method Detail |
|---|
public RowIterator copy()
RowIterator
copy in interface RowIteratorpublic boolean hasNext()
hasNext in interface Iteratorpublic Object next()
next in interface Iteratorpublic int nextRow()
RowIterator
nextRow in interface RowIteratorpublic int peekRow()
RowIterator
peekRow in interface RowIteratorpublic void remove()
remove in interface Iteratorpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||