public class MutableMoneyPerAreaVector extends AbstractMutableDoubleVectorRel<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.Itr
data
Constructor and Description |
---|
MutableMoneyPerAreaVector(double[] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(DoubleVectorData data,
MoneyPerAreaUnit unit) |
MutableMoneyPerAreaVector(List<Double> values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(List<MoneyPerArea> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(MoneyPerArea[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(SortedMap<Integer,Double> values,
MoneyPerAreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaVector.
|
MutableMoneyPerAreaVector(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.
|
MutableMoneyPerAreaVector |
toDense()
return a dense version of this vector.
|
MutableMoneyPerAreaVector |
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, setSI
checkUnit, checkUnit, checkUnit, divide, get, iterator, minus, plus, times
cardinality, checkIndex, checkSize, checkSize, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, size, toString, toString, toString, toString, zSum
expressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnit
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
DIV, MULT, POW
cardinality, get, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSum
forEach, spliterator
public MutableMoneyPerAreaVector(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 MutableMoneyPerAreaVector(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 MutableMoneyPerAreaVector(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 MutableMoneyPerAreaVector(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 MutableMoneyPerAreaVector(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 MutableMoneyPerAreaVector(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 nullMutableMoneyPerAreaVector(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 MutableMoneyPerAreaVector toDense()
public final MutableMoneyPerAreaVector toSparse()
public MoneyPerArea[] toArray()
RuntimeException
- wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.