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