|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.uni_paderborn.robots.misc.EmptyIterator
| Constructor Summary | |
EmptyIterator()
|
|
| Method Summary | |
boolean |
hasNext()
An EmptyIterator does not have next object. |
java.lang.Object |
next()
Cannot access to next object in an EmptyIterator. |
void |
remove()
Next object cannot be remove, not present. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public EmptyIterator()
| Method Detail |
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||