|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jeroen.util.AbstractIterator
|
+--jeroen.util.EmptyIterator
Een lege iterator.
| Constructor Summary | |
EmptyIterator()
|
|
| Method Summary | |
boolean |
hasNext()
Returns true if the iteration has more elements. |
Object |
next()
Returns the next element in the interation. |
| Methods inherited from class jeroen.util.AbstractIterator |
remove |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmptyIterator()
| Method Detail |
public boolean hasNext()
AbstractIteratorhasNext in class AbstractIteratorjeroen.util.AbstractIteratorpublic Object next()
AbstractIteratornext in class AbstractIteratorjeroen.util.AbstractIteratorNoSuchElementException - iteration has no more elements.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||