|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfovis.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 Iteratorpublic Object next()
next in interface Iteratorpublic void remove()
remove in interface Iteratorpublic int nextRow()
RowIterator
nextRow in interface RowIteratorpublic int peekRow()
RowIterator
peekRow in interface RowIteratorpublic RowIterator copy()
RowIterator
copy in interface RowIteratorRowIterator.copy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||