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