public class MutableFloatMassVector extends AbstractMutableFloatVectorRel<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 |
|---|
MutableFloatMassVector(float[] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MassVector.
|
MutableFloatMassVector(FloatMass[] values,
StorageType storageType)
Construct a new Relative Immutable Float MassVector.
|
MutableFloatMassVector(FloatVectorData data,
MassUnit unit) |
MutableFloatMassVector(List<Float> values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float MassVector.
|
MutableFloatMassVector(List<FloatMass> values,
StorageType storageType)
Construct a new Relative Immutable Float MassVector.
|
MutableFloatMassVector(SortedMap<Integer,Float> values,
MassUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float MassVector.
|
MutableFloatMassVector(SortedMap<Integer,FloatMass> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float MassVector.
|
| 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.
|
MutableFloatMassVector |
toDense()
return a dense version of this vector.
|
MutableFloatMassVector |
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, setSIcheckUnit, checkUnit, checkUnit, divide, get, iterator, minus, 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, waitDIV, MULT, POWcardinality, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSumforEach, spliteratorpublic MutableFloatMassVector(float[] values,
MassUnit unit,
StorageType storageType)
throws ValueException
values - float[]; the values of the entries in the new Relative Immutable Float MassVectorunit - MassUnit; the unit of the new Relative Immutable Float MassVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableFloatMassVector(List<Float> values, MassUnit unit, StorageType storageType) throws ValueException
values - List<Float>; the values of the entries in the new Relative Immutable Float MassVectorunit - MassUnit; the unit of the new Relative Immutable Float MassVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableFloatMassVector(FloatMass[] values, StorageType storageType) throws ValueException
values - FloatMass[]; the values of the entries in the new Relative Immutable Float MassVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableFloatMassVector(List<FloatMass> values, StorageType storageType) throws ValueException
values - List<FloatMass>; the values of the entries in the new Relative Immutable Float MassVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableFloatMassVector(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
MassVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableFloatMassVector(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
MassVectorunit - MassUnit; the unit of the new Relative Sparse Mutable Float MassVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullMutableFloatMassVector(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 MutableFloatMassVector toDense()
public final MutableFloatMassVector toSparse()
public FloatMass[] toArray()
RuntimeException - wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.