hudson.matrix
Class AxisList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Axis>
hudson.matrix.AxisList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Axis>, Collection<Axis>, List<Axis>, RandomAccess
public class AxisList
- extends ArrayList<Axis>
List of Axis
.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
AxisList
public AxisList()
AxisList
public AxisList(Collection<? extends Axis> c)
AxisList
public AxisList(Axis... c)
find
public Axis find(String name)
subList
public AxisList subList(Class<? extends Axis> subType)
- Creates a subset of the list that only contains the type assignable to the specified type.
add
public boolean add(Axis axis)
- Specified by:
add
in interface Collection<Axis>
- Specified by:
add
in interface List<Axis>
- Overrides:
add
in class ArrayList<Axis>
list
public Iterable<Combination> list()
- List up all the possible combinations of this list.
Copyright © 2004-2013. All Rights Reserved.