Package org.gvsig.installer.swing.impl
Class DefaultSwingInstallerManager.DefaultDownloadURLs<URL>
java.lang.Object
org.gvsig.installer.swing.impl.DefaultSwingInstallerManager.DefaultDownloadURLs<URL>
- All Implemented Interfaces:
Iterable<URL>,Collection<URL>,List<URL>,SequencedCollection<URL>
- Enclosing class:
DefaultSwingInstallerManager
public class DefaultSwingInstallerManager.DefaultDownloadURLs<URL>
extends Object
implements List<URL>
This class is for compatibility with deprecated method
List getDefaultDownloadURLs()
- Author:
- jjdelcerro
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int arg0, Collection arg1) booleanaddAll(Collection arg0) voidclear()booleanbooleancontainsAll(Collection arg0) get(int arg0) intbooleanisEmpty()iterator()intlastIndexOf(Object arg0) listIterator(int arg0) remove(int arg0) booleanbooleanremoveAll(Collection arg0) booleanretainAll(Collection arg0) intsize()subList(int arg0, int arg1) Object[]toArray()Object[]Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Method Details
-
add
-
add
-
addAll
-
addAll
-
clear
public void clear() -
contains
-
containsAll
- Specified by:
containsAllin interfaceCollection<URL>- Specified by:
containsAllin interfaceList<URL>
-
get
-
indexOf
-
isEmpty
public boolean isEmpty() -
iterator
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<URL>
-
listIterator
- Specified by:
listIteratorin interfaceList<URL>
-
listIterator
- Specified by:
listIteratorin interfaceList<URL>
-
remove
-
remove
-
removeAll
-
retainAll
-
set
-
size
public int size() -
subList
-
toArray
-
toArray
-