|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object infovis.utils.ArrayChildrenIterator
public class ArrayChildrenIterator
Class ArrayChildrenIterator
Constructor Summary | |
---|---|
ArrayChildrenIterator(int[] children)
|
|
ArrayChildrenIterator(int index,
int[] children)
|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayChildrenIterator(int index, int[] children)
public ArrayChildrenIterator(int[] children)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator
public Object next()
next
in interface Iterator
public void remove()
remove
in interface Iterator
public int nextRow()
RowIterator
nextRow
in interface RowIterator
public int peekRow()
RowIterator
peekRow
in interface RowIterator
public RowIterator copy()
RowIterator
copy
in interface RowIterator
RowIterator.copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |