org.cytoscape.equations
Class DoubleList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Double>
org.cytoscape.equations.DoubleList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Double>, Collection<Double>, List<Double>, RandomAccess
public final class DoubleList
- extends ArrayList<Double>
An convenience implementation of ArrayList<Double> that
allows for strong type checking.
- See Also:
- Serialized Form
Cytoscape Backwards Compatibility (Final Class): This class is final and therefore can't be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.
Constructor Summary |
DoubleList(double... doubles)
Constructor. |
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
DoubleList
public DoubleList(double... doubles)
- Constructor.
- Parameters:
doubles
- The values that will initially comprise this list.
Copyright 2011 Cytoscape Consortium. All rights reserved.