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