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