protected class OWLModelImpl.ARTLiteralIteratorImpl extends RDFIteratorImpl<ARTLiteral> implements ARTLiteralIterator
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes the iterator and release resources
|
ARTLiteral |
getNext()
gets the next element of the iterator, and advances over the data stream (roughly
equivalent to traditional
next() iterator method) |
boolean |
streamOpen()
tells if the data stream associated to this iterator is not empty (roughly
equivalent to traditional
hasNext() iterator method) |
hasNext, next, removepublic void close()
throws ModelAccessException
RDFIteratorclose in interface RDFIterator<ARTLiteral>ModelAccessExceptionpublic ARTLiteral getNext()
RDFIteratornext() iterator method)getNext in interface RDFIterator<ARTLiteral>public boolean streamOpen()
RDFIteratorhasNext() iterator method)streamOpen in interface RDFIterator<ARTLiteral>Copyright © 2013 ART Group, University of Rome, Tor Vergata. All Rights Reserved.