|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjurpe.dungeon.rpgmap.MapIterator
public class MapIterator
Constructor Summary | |
---|---|
MapIterator(ILogicalMap rpgmap)
An RpgMap Iterator |
Method Summary | |
---|---|
boolean |
hasNext()
True if the iterator has a next object |
Cell |
next()
Get next object |
void |
remove()
Remove is not supported by this iterator |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapIterator(ILogicalMap rpgmap)
rpgmap
- LogicalMapMethod Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
public Cell next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator
java.util.NoSuchElementException
public void remove() throws java.lang.UnsupportedOperationException
remove
in interface java.util.Iterator
java.lang.UnsupportedOperationException
|
Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |