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