public class MutableFloatMoneyPerEnergyVector extends AbstractMutableFloatVectorRel<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.Itr
data
Constructor and Description |
---|
MutableFloatMoneyPerEnergyVector(float[] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(FloatMoneyPerEnergy[] values,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(FloatVectorData data,
MoneyPerEnergyUnit unit) |
MutableFloatMoneyPerEnergyVector(List<Float> values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(List<FloatMoneyPerEnergy> values,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(SortedMap<Integer,Float> values,
MoneyPerEnergyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerEnergyVector.
|
MutableFloatMoneyPerEnergyVector(SortedMap<Integer,FloatMoneyPerEnergy> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float MoneyPerEnergyVector.
|
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.
|
MutableFloatMoneyPerEnergyVector |
toDense()
return a dense version of this vector.
|
MutableFloatMoneyPerEnergyVector |
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, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSum
forEach, spliterator
public MutableFloatMoneyPerEnergyVector(float[] values, MoneyPerEnergyUnit unit, StorageType storageType) throws ValueException
values
- float[]; the values of the entries in the new Relative Immutable Float MoneyPerEnergyVectorunit
- MoneyPerEnergyUnit; the unit of the new Relative Immutable Float MoneyPerEnergyVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableFloatMoneyPerEnergyVector(List<Float> values, MoneyPerEnergyUnit unit, StorageType storageType) throws ValueException
values
- List<Float>; the values of the entries in the new Relative Immutable Float MoneyPerEnergyVectorunit
- MoneyPerEnergyUnit; the unit of the new Relative Immutable Float MoneyPerEnergyVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableFloatMoneyPerEnergyVector(FloatMoneyPerEnergy[] values, StorageType storageType) throws ValueException
values
- FloatMoneyPerEnergy[]; the values of the entries in the new Relative Immutable Float MoneyPerEnergyVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableFloatMoneyPerEnergyVector(List<FloatMoneyPerEnergy> values, StorageType storageType) throws ValueException
values
- List<FloatMoneyPerEnergy>; the values of the entries in the new Relative Immutable Float
MoneyPerEnergyVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableFloatMoneyPerEnergyVector(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 MoneyPerEnergyVectorlength
- int; the size of the vectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableFloatMoneyPerEnergyVector(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
MoneyPerEnergyVectorunit
- MoneyPerEnergyUnit; the unit of the new Relative Sparse Mutable Float MoneyPerEnergyVectorlength
- int; the size of the vectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullMutableFloatMoneyPerEnergyVector(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 MutableFloatMoneyPerEnergyVector toDense()
public final MutableFloatMoneyPerEnergyVector toSparse()
public FloatMoneyPerEnergy[] toArray()
RuntimeException
- wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.