|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object infovis.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 RowIterator
public boolean hasNext()
hasNext
in interface Iterator
public Object next()
next
in interface Iterator
public int nextRow()
RowIterator
nextRow
in interface RowIterator
public int peekRow()
RowIterator
peekRow
in interface RowIterator
public void remove()
remove
in interface Iterator
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |