|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jrdf.graph.mem.ThreeFixedIterator
An iterator that returns only a single triple, if any exists.
Method Summary | |
boolean |
close()
Closes the iterator by freeing any resources that it current holds. |
boolean |
hasNext()
Returns true if the iteration has more elements. |
Object |
next()
Returns the next element in the iteration. |
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 Iterator
true
If there is an element to be read.public Object next() throws NoSuchElementException
next
in interface Iterator
NoSuchElementException
- iteration has no more elements.public void remove()
remove
in interface Iterator
public boolean close()
close
in interface ClosableIterator
true
indicating success.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |