proai.driver
Interface RemoteIterator<T>
- All Superinterfaces:
- CloseableIterator<T>, java.util.Iterator<T>
- All Known Implementing Classes:
- RemoteIteratorImpl
public interface RemoteIterator<T>
- extends CloseableIterator<T>
hasNext
boolean hasNext()
throws RepositoryException
- Specified by:
hasNext
in interface CloseableIterator<T>
- Specified by:
hasNext
in interface java.util.Iterator<T>
- Throws:
RepositoryException
next
T next()
throws RepositoryException
- Specified by:
next
in interface CloseableIterator<T>
- Specified by:
next
in interface java.util.Iterator<T>
- Throws:
RepositoryException
close
void close()
throws RepositoryException
- Specified by:
close
in interface CloseableIterator<T>
- Throws:
RepositoryException
remove
void remove()
throws java.lang.UnsupportedOperationException
- Specified by:
remove
in interface CloseableIterator<T>
- Specified by:
remove
in interface java.util.Iterator<T>
- Throws:
java.lang.UnsupportedOperationException