public class FloatMoneyPerEnergyVector extends AbstractFloatVectorRel<MoneyPerEnergyUnit,FloatMoneyPerEnergyVector,MutableFloatMoneyPerEnergyVector,FloatMoneyPerEnergy>
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.
AbstractFloatVectorRel.Itrdata| Constructor and Description |
|---|
FloatMoneyPerEnergyVector(float[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(FloatMoneyPerEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(FloatVectorData data,
MoneyPerEnergyUnit unit) |
FloatMoneyPerEnergyVector(List<Float> values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(List<FloatMoneyPerEnergy> values,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(SortedMap<Integer,Float> values,
MoneyPerEnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerEnergyVector.
|
FloatMoneyPerEnergyVector(SortedMap<Integer,FloatMoneyPerEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatMoneyPerEnergyVector.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableFloatMoneyPerEnergyVector |
instantiateMutableType(FloatVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatMoneyPerEnergy |
instantiateScalar(float value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerEnergyVector |
instantiateType(FloatVectorData dvd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
FloatMoneyPerEnergy[] |
toArray()
Return an array of FloatMoneyPerEnergy Scalars from this vector.
|
FloatMoneyPerEnergyVector |
toDense()
return a dense version of this vector.
|
FloatMoneyPerEnergyVector |
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 FloatMoneyPerEnergyVector(float[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
throws ValueException
values - float[]; the values of the entries in the new Relative Immutable Float FloatMoneyPerEnergyVectorunit - MoneyPerEnergyUnit; the unit of the new Relative Immutable Float FloatMoneyPerEnergyVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic FloatMoneyPerEnergyVector(List<Float> values, MoneyPerEnergyUnit unit, StorageType storageType) throws ValueException
values - List<Float>; the values of the entries in the new Relative Immutable Float FloatMoneyPerEnergyVectorunit - MoneyPerEnergyUnit; the unit of the new Relative Immutable Float FloatMoneyPerEnergyVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic FloatMoneyPerEnergyVector(FloatMoneyPerEnergy[] values, StorageType storageType) throws ValueException
values - FloatMoneyPerEnergy[]; the values of the entries in the new Relative Immutable Float
FloatMoneyPerEnergyVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic FloatMoneyPerEnergyVector(List<FloatMoneyPerEnergy> values, StorageType storageType) throws ValueException
values - List<FloatMoneyPerEnergy>; the values of the entries in the new Relative Immutable Float
FloatMoneyPerEnergyVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic FloatMoneyPerEnergyVector(SortedMap<Integer,FloatMoneyPerEnergy> values, int length, StorageType storageType) throws ValueException
values - SortedMap<Integer, FloatMoneyPerEnergy>; the values of the entries in the new Relative Sparse Mutable
Float FloatMoneyPerEnergyVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic FloatMoneyPerEnergyVector(SortedMap<Integer,Float> values, MoneyPerEnergyUnit unit, int length, StorageType storageType) throws ValueException
values - SortedMap<Integer, Float>; the map of indexes to values of the Relative Sparse Mutable Float
FloatMoneyPerEnergyVectorunit - MoneyPerEnergyUnit; the unit of the new Relative Sparse Mutable Float FloatMoneyPerEnergyVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullFloatMoneyPerEnergyVector(FloatVectorData data, MoneyPerEnergyUnit unit)
data - FloatVectorData; an internal data objectunit - MoneyPerEnergyUnit; the unitprotected final FloatMoneyPerEnergyVector instantiateType(FloatVectorData dvd, MoneyPerEnergyUnit unit)
instantiateType in class AbstractFloatVectorRel<MoneyPerEnergyUnit,FloatMoneyPerEnergyVector,MutableFloatMoneyPerEnergyVector,FloatMoneyPerEnergy>dvd - FloatVectorData; an internal data objectunit - U; the unitprotected final MutableFloatMoneyPerEnergyVector instantiateMutableType(FloatVectorData dvd, MoneyPerEnergyUnit unit)
instantiateMutableType in class AbstractFloatVectorRel<MoneyPerEnergyUnit,FloatMoneyPerEnergyVector,MutableFloatMoneyPerEnergyVector,FloatMoneyPerEnergy>dvd - FloatVectorData; an internal data objectunit - U; the unitprotected final FloatMoneyPerEnergy instantiateScalar(float value, MoneyPerEnergyUnit unit)
instantiateScalar in class AbstractFloatVectorRel<MoneyPerEnergyUnit,FloatMoneyPerEnergyVector,MutableFloatMoneyPerEnergyVector,FloatMoneyPerEnergy>value - float; the valueunit - U; the unitpublic final FloatMoneyPerEnergyVector toDense()
public final FloatMoneyPerEnergyVector toSparse()
public FloatMoneyPerEnergy[] toArray()
RuntimeException - wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.