Package org.gvsig.installer.swing.impl
Class DefaultSwingInstallerManager.DefaultDownloadURLsIterator<URL>
java.lang.Object
org.gvsig.installer.swing.impl.DefaultSwingInstallerManager.DefaultDownloadURLsIterator<URL>
- All Implemented Interfaces:
Iterator<URL>,ListIterator<URL>
- Enclosing class:
DefaultSwingInstallerManager
public class DefaultSwingInstallerManager.DefaultDownloadURLsIterator<URL>
extends Object
implements ListIterator<URL>
This class is for compatibility with deprecated method
List getDefaultDownloadURLs()
- Author:
- jjdelcerro
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<URL>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<URL>
-
previous
- Specified by:
previousin interfaceListIterator<URL>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<URL>
-
remove
public void remove() -
add
- Specified by:
addin interfaceListIterator<URL>
-
set
- Specified by:
setin interfaceListIterator<URL>
-