public class DefaultSwingInstallerManager.DefaultDownloadURLsIterator<URL> extends Object implements ListIterator<URL>
Modifier and Type | Method and Description |
---|---|
void |
add(Object arg0) |
boolean |
hasNext() |
boolean |
hasPrevious() |
URL |
next() |
int |
nextIndex() |
URL |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Object arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
public URL next()
public boolean hasPrevious()
hasPrevious
in interface ListIterator<URL>
public int nextIndex()
nextIndex
in interface ListIterator<URL>
public URL previous()
previous
in interface ListIterator<URL>
public int previousIndex()
previousIndex
in interface ListIterator<URL>
public void remove()
public void add(Object arg0)
add
in interface ListIterator<URL>
public void set(Object arg0)
set
in interface ListIterator<URL>