|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jrdf.graph.mem.EmptyClosableIterator
An iterator that returns no triples.
| Method Summary | |
boolean |
close()
Closes the iterator by freeing any resources that it current holds. |
boolean |
hasNext()
Returns false. |
Object |
next()
Never returns anything. |
void |
remove()
Implemented for java.util.Iterator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean hasNext()
hasNext in interface Iteratorfalse.
public Object next()
throws NoSuchElementException
next in interface IteratorNoSuchElementException - iteration has no more elements.public void remove()
remove in interface Iteratorpublic boolean close()
ClosableIterator
close in interface ClosableIterator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||