|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrdf.graph.local.iterator.EmptyClosableIterator
public final class EmptyClosableIterator
An iterator that returns no triples.
| Constructor Summary | |
|---|---|
EmptyClosableIterator()
|
|
| Method Summary | |
|---|---|
boolean |
close()
Closes the iterator by freeing any resources that it current holds. |
boolean |
hasNext()
Returns false. |
Triple |
next()
Never returns anything. |
void |
remove()
Not supported by this implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyClosableIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<Triple>false.
public Triple next()
throws NoSuchElementException
next in interface Iterator<Triple>NoSuchElementException - always.public void remove()
remove in interface Iterator<Triple>UnsupportedOperationException - always.public boolean close()
ClosableIteratorThis must be done as soon as possible. Once an iterator is closed none of the operations on a iterator will operate i.e. they will throw an exception.
close in interface ClosableIterator<Triple>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||