|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.hp.hpl.jena.util.iterator.NullIterator
A useful class: an Iteration of nothing.
| Constructor Summary | |
NullIterator()
|
|
| Method Summary | |
boolean |
hasNext()
No. |
java.lang.Object |
next()
NoSuchElementException. |
void |
remove()
IllegalStateException. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullIterator()
| Method Detail |
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorjava.lang.NoSuchElementException - Always.public void remove()
remove in interface java.util.Iteratorjava.lang.IllegalStateException - Always.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||