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