public class MutableSpeedVector extends AbstractMutableDoubleVectorRel<SpeedUnit,SpeedVector,MutableSpeedVector,Speed>
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 |
|---|
MutableSpeedVector(double[] values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(DoubleVectorData data,
SpeedUnit unit) |
MutableSpeedVector(List<Double> values,
SpeedUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(List<Speed> values,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(SortedMap<Integer,Double> values,
SpeedUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(SortedMap<Integer,Speed> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
MutableSpeedVector(Speed[] values,
StorageType storageType)
Construct a new Relative Immutable Double SpeedVector.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableSpeedVector |
instantiateMutableType(DoubleVectorData dvd,
SpeedUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected Speed |
instantiateScalar(double value,
SpeedUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected SpeedVector |
instantiateType(DoubleVectorData dvd,
SpeedUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Speed[] |
toArray()
Return an array of Speed Scalars from this vector.
|
MutableSpeedVector |
toDense()
return a dense version of this vector.
|
MutableSpeedVector |
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 MutableSpeedVector(double[] values,
SpeedUnit unit,
StorageType storageType)
throws ValueException
values - double[]; the values of the entries in the new Relative Immutable Double SpeedVectorunit - SpeedUnit; the unit of the new Relative Immutable Double SpeedVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableSpeedVector(List<Double> values, SpeedUnit unit, StorageType storageType) throws ValueException
values - List<Double>; the values of the entries in the new Relative Immutable Double SpeedVectorunit - SpeedUnit; the unit of the new Relative Immutable Double SpeedVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableSpeedVector(Speed[] values, StorageType storageType) throws ValueException
values - Speed[]; the values of the entries in the new Relative Immutable Double SpeedVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableSpeedVector(List<Speed> values, StorageType storageType) throws ValueException
values - List<Speed>; the values of the entries in the new Relative Immutable Double SpeedVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableSpeedVector(SortedMap<Integer,Speed> values, int length, StorageType storageType) throws ValueException
values - SortedMap<Integer, Speed>; the values of the entries in the new Relative Sparse Mutable Double
SpeedVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableSpeedVector(SortedMap<Integer,Double> values, SpeedUnit unit, int length, StorageType storageType) throws ValueException
values - SortedMap<Integer, Double>; the map of indexes to values of the Relative Sparse Mutable Double
SpeedVectorunit - SpeedUnit; the unit of the new Relative Sparse Mutable Double SpeedVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullMutableSpeedVector(DoubleVectorData data, SpeedUnit unit)
data - DoubleVectorData; an internal data objectunit - SpeedUnit; the unitprotected final SpeedVector instantiateType(DoubleVectorData dvd, SpeedUnit unit)
instantiateType in class AbstractDoubleVectorRel<SpeedUnit,SpeedVector,MutableSpeedVector,Speed>dvd - DoubleVectorData; an internal data objectunit - U; the unitprotected final MutableSpeedVector instantiateMutableType(DoubleVectorData dvd, SpeedUnit unit)
instantiateMutableType in class AbstractDoubleVectorRel<SpeedUnit,SpeedVector,MutableSpeedVector,Speed>dvd - DoubleVectorData; an internal data objectunit - U; the unitprotected final Speed instantiateScalar(double value, SpeedUnit unit)
instantiateScalar in class AbstractDoubleVectorRel<SpeedUnit,SpeedVector,MutableSpeedVector,Speed>value - double; the valueunit - U; the unitpublic final MutableSpeedVector toDense()
public final MutableSpeedVector toSparse()
public Speed[] toArray()
RuntimeException - wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.