public class MoneyPerLengthVector extends AbstractDoubleVectorRel<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 |
---|
MoneyPerLengthVector(double[] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(DoubleVectorData data,
MoneyPerLengthUnit unit) |
MoneyPerLengthVector(List<Double> values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(List<MoneyPerLength> values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(MoneyPerLength[] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(SortedMap<Integer,Double> values,
MoneyPerLengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthVector.
|
MoneyPerLengthVector(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.
|
MoneyPerLengthVector |
toDense()
return a dense version of this vector.
|
MoneyPerLengthVector |
toSparse()
return a sparse version of this vector.
|
checkUnit, checkUnit, checkUnit, divide, get, iterator, minus, mutable, 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
forEach, spliterator
public MoneyPerLengthVector(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 MoneyPerLengthVector(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 MoneyPerLengthVector(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 MoneyPerLengthVector(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 MoneyPerLengthVector(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 MoneyPerLengthVector(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 nullMoneyPerLengthVector(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 MoneyPerLengthVector toDense()
public final MoneyPerLengthVector toSparse()
public MoneyPerLength[] toArray()
RuntimeException
- wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.