public class CaptureToUrlSearchResultIterator extends Object implements org.archive.util.iterator.CloseableIterator<UrlSearchResult>
| Constructor and Description |
|---|
CaptureToUrlSearchResultIterator(Iterator<CaptureSearchResult> itr) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
UrlSearchResult |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CaptureToUrlSearchResultIterator(Iterator<CaptureSearchResult> itr)
itr - possibly closeable iterator of CaptureSearchResult objectspublic boolean hasNext()
hasNext in interface Iterator<UrlSearchResult>public UrlSearchResult next()
next in interface Iterator<UrlSearchResult>public void remove()
remove in interface Iterator<UrlSearchResult>public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2005–2017 IIPC. All rights reserved.