|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.freecol.common.model.Map.WholeMapIterator
public final class Map.WholeMapIterator
Constructor Summary | |
---|---|
Map.WholeMapIterator()
Default constructor. |
Method Summary | |
---|---|
boolean |
hasNext()
Determine if the iterator has another position in it. |
Map.Position |
nextPosition()
Obtain the next position to iterate over. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Map.WholeMapIterator()
Method Detail |
---|
public boolean hasNext()
public Map.Position nextPosition() throws java.util.NoSuchElementException
java.util.NoSuchElementException
- if last position already returned
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |