Package org.artifactory.build
Class ArtifactList
java.lang.Object
org.artifactory.build.ArtifactList
- All Implemented Interfaces:
Iterable<Artifact>,Collection<Artifact>,List<Artifact>,SequencedCollection<Artifact>
- Author:
- Noam Y. Tenne
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends Artifact> c) booleanaddAll(Collection<? extends Artifact> c) voidclear()booleanbooleancontainsAll(Collection<?> c) get(int index) intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) 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
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
iterator
-
toArray
-
toArray
@Nonnull public <T> T[] toArray(@Nonnull T[] a) -
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<Artifact>- Specified by:
containsAllin interfaceList<Artifact>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<Artifact>
-
listIterator
- Specified by:
listIteratorin interfaceList<Artifact>
-
listIterator
- Specified by:
listIteratorin interfaceList<Artifact>
-
subList
-