|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGlobalNavigation.Grid.GridIterator
protected class Grid.GridIterator
An iterator over Grid.cell
.
Iterates in a row raster from left to right starting at the lower left.
Constructor Summary | |
---|---|
protected |
Grid.GridIterator()
|
Method Summary | |
---|---|
boolean |
hasNext()
|
Grid.Cell |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Grid.GridIterator()
Method Detail |
---|
public Grid.Cell next()
next
in interface java.util.Iterator<Grid.Cell>
public boolean hasNext()
hasNext
in interface java.util.Iterator<Grid.Cell>
public void remove()
remove
in interface java.util.Iterator<Grid.Cell>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |