public class MutableElectricalCurrentVector extends AbstractMutableDoubleVectorRel<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 |
|---|
MutableElectricalCurrentVector(double[] values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(DoubleVectorData data,
ElectricalCurrentUnit unit) |
MutableElectricalCurrentVector(ElectricalCurrent[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(List<Double> values,
ElectricalCurrentUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(List<ElectricalCurrent> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(SortedMap<Integer,Double> values,
ElectricalCurrentUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalCurrentVector.
|
MutableElectricalCurrentVector(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.
|
MutableElectricalCurrentVector |
toDense()
return a dense version of this vector.
|
MutableElectricalCurrentVector |
toSparse()
return a sparse version of this vector.
|
abs, assign, ceil, checkCopyOnWrite, copy, decrementBy, decrementBy, decrementBy, divideBy, divideBy, divideBy, floor, immutable, incrementBy, incrementBy, incrementBy, multiplyBy, multiplyBy, multiplyBy, mutable, neg, normalize, rint, round, set, setCopyOnWrite, setInUnit, setSIcheckUnit, checkUnit, checkUnit, divide, get, iterator, minus, 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, waitDIV, MULT, POWcardinality, get, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSumforEach, spliteratorpublic MutableElectricalCurrentVector(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 MutableElectricalCurrentVector(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 MutableElectricalCurrentVector(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 MutableElectricalCurrentVector(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 MutableElectricalCurrentVector(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 MutableElectricalCurrentVector(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 nullMutableElectricalCurrentVector(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 MutableElectricalCurrentVector toDense()
public final MutableElectricalCurrentVector toSparse()
public ElectricalCurrent[] toArray()
RuntimeException - wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.