public class DefaultSwingInstallerManager.DefaultDownloadURLsIterator<URL> extends Object implements ListIterator<URL>
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>