T
public abstract class DownloadIterator<T> extends Object implements Iterator<T>
DownloadIterator()
protected abstract Iterator<T>
getNextResults()
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DownloadIterator()
protected abstract Iterator<T> getNextResults()
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2015. All rights reserved.