Package hudson.model
Class EnvironmentList
- All Implemented Interfaces:
Iterable<Environment>,Collection<Environment>,List<Environment>
List of
Environment.- Since:
- 1.437
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, Environment element) get(int index) <T extends Environment>
Tremove(int index) set(int index, Environment element) intsize()Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
EnvironmentList
-
-
Method Details
-
get
- Specified by:
getin interfaceList<Environment>- Specified by:
getin classAbstractList<Environment>
-
size
public int size()- Specified by:
sizein interfaceCollection<Environment>- Specified by:
sizein interfaceList<Environment>- Specified by:
sizein classAbstractCollection<Environment>
-
get
-
set
- Specified by:
setin interfaceList<Environment>- Overrides:
setin classAbstractList<Environment>
-
add
- Specified by:
addin interfaceList<Environment>- Overrides:
addin classAbstractList<Environment>
-
remove
- Specified by:
removein interfaceList<Environment>- Overrides:
removein classAbstractList<Environment>
-