public class ElectricalCurrentVector extends AbstractDoubleVectorRel<ElectricalCurrentUnit,ElectricalCurrentVector,MutableElectricalCurrentVector,ElectricalCurrent>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
AbstractDoubleVectorRel.Itrdata| Constructor and Description |
|---|
ElectricalCurrentVector(double[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(DoubleVectorData data,
ElectricalCurrentUnit unit) |
ElectricalCurrentVector(ElectricalCurrent[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(List<Double> values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(List<ElectricalCurrent> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(SortedMap<Integer,Double> values,
ElectricalCurrentUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
ElectricalCurrentVector(SortedMap<Integer,ElectricalCurrent> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableElectricalCurrentVector |
instantiateMutableType(DoubleVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected ElectricalCurrent |
instantiateScalar(double value,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalCurrentVector |
instantiateType(DoubleVectorData dvd,
ElectricalCurrentUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
ElectricalCurrent[] |
toArray()
Return an array of ElectricalCurrent Scalars from this vector.
|
ElectricalCurrentVector |
toDense()
return a dense version of this vector.
|
ElectricalCurrentVector |
toSparse()
return a sparse version of this vector.
|
checkUnit, checkUnit, checkUnit, divide, get, iterator, minus, mutable, plus, timescardinality, checkIndex, checkSize, checkSize, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, size, toString, toString, toString, toString, zSumexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnitclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ElectricalCurrentVector(double[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
throws ValueException
values - double[]; the values of the entries in the new Relative Immutable Double ElectricalCurrentVectorunit - ElectricalCurrentUnit; the unit of the new Relative Immutable Double ElectricalCurrentVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic ElectricalCurrentVector(List<Double> values, ElectricalCurrentUnit unit, StorageType storageType) throws ValueException
values - List<Double>; the values of the entries in the new Relative Immutable Double ElectricalCurrentVectorunit - ElectricalCurrentUnit; the unit of the new Relative Immutable Double ElectricalCurrentVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic ElectricalCurrentVector(ElectricalCurrent[] values, StorageType storageType) throws ValueException
values - ElectricalCurrent[]; the values of the entries in the new Relative Immutable Double ElectricalCurrentVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic ElectricalCurrentVector(List<ElectricalCurrent> values, StorageType storageType) throws ValueException
values - List<ElectricalCurrent>; the values of the entries in the new Relative Immutable Double
ElectricalCurrentVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic ElectricalCurrentVector(SortedMap<Integer,ElectricalCurrent> values, int length, StorageType storageType) throws ValueException
values - SortedMap<Integer, ElectricalCurrent>; the values of the entries in the new Relative Sparse Mutable
Double ElectricalCurrentVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic ElectricalCurrentVector(SortedMap<Integer,Double> values, ElectricalCurrentUnit unit, int length, StorageType storageType) throws ValueException
values - SortedMap<Integer, Double>; the map of indexes to values of the Relative Sparse Mutable Double
ElectricalCurrentVectorunit - ElectricalCurrentUnit; the unit of the new Relative Sparse Mutable Double ElectricalCurrentVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullElectricalCurrentVector(DoubleVectorData data, ElectricalCurrentUnit unit)
data - DoubleVectorData; an internal data objectunit - ElectricalCurrentUnit; the unitprotected final ElectricalCurrentVector instantiateType(DoubleVectorData dvd, ElectricalCurrentUnit unit)
instantiateType in class AbstractDoubleVectorRel<ElectricalCurrentUnit,ElectricalCurrentVector,MutableElectricalCurrentVector,ElectricalCurrent>dvd - DoubleVectorData; an internal data objectunit - U; the unitprotected final MutableElectricalCurrentVector instantiateMutableType(DoubleVectorData dvd, ElectricalCurrentUnit unit)
instantiateMutableType in class AbstractDoubleVectorRel<ElectricalCurrentUnit,ElectricalCurrentVector,MutableElectricalCurrentVector,ElectricalCurrent>dvd - DoubleVectorData; an internal data objectunit - U; the unitprotected final ElectricalCurrent instantiateScalar(double value, ElectricalCurrentUnit unit)
instantiateScalar in class AbstractDoubleVectorRel<ElectricalCurrentUnit,ElectricalCurrentVector,MutableElectricalCurrentVector,ElectricalCurrent>value - double; the valueunit - U; the unitpublic final ElectricalCurrentVector toDense()
public final ElectricalCurrentVector toSparse()
public ElectricalCurrent[] toArray()
RuntimeException - wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.