public class FloatElectricalResistanceVector extends AbstractFloatVectorRel<ElectricalResistanceUnit,FloatElectricalResistanceVector,MutableFloatElectricalResistanceVector,FloatElectricalResistance>
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 |
---|
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, 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 FloatElectricalResistanceVector(float[] values, ElectricalResistanceUnit unit, StorageType storageType) throws ValueException
values
- float[]; the values of the entries in the new Relative Immutable Float FloatElectricalResistanceVectorunit
- ElectricalResistanceUnit; the unit of the new Relative Immutable Float FloatElectricalResistanceVectorstorageType
- StorageType; 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<Float>; the values of the entries in the new Relative Immutable Float
FloatElectricalResistanceVectorunit
- ElectricalResistanceUnit; the unit of the new Relative Immutable Float FloatElectricalResistanceVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic FloatElectricalResistanceVector(FloatElectricalResistance[] values, StorageType storageType) throws ValueException
values
- FloatElectricalResistance[]; the values of the entries in the new Relative Immutable Float
FloatElectricalResistanceVectorstorageType
- StorageType; 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<FloatElectricalResistance>; the values of the entries in the new Relative Immutable Float
FloatElectricalResistanceVectorstorageType
- StorageType; 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
- SortedMap<Integer, FloatElectricalResistance>; the values of the entries in the new Relative Sparse
Mutable Float FloatElectricalResistanceVectorlength
- int; the size of the vectorstorageType
- StorageType; 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
- SortedMap<Integer, Float>; the map of indexes to values of the Relative Sparse Mutable Float
FloatElectricalResistanceVectorunit
- ElectricalResistanceUnit; the unit of the new Relative Sparse Mutable Float FloatElectricalResistanceVectorlength
- int; the size of the vectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullFloatElectricalResistanceVector(FloatVectorData data, ElectricalResistanceUnit unit)
data
- FloatVectorData; an internal data objectunit
- ElectricalResistanceUnit; the unitprotected final FloatElectricalResistanceVector instantiateType(FloatVectorData dvd, ElectricalResistanceUnit unit)
instantiateType
in class AbstractFloatVectorRel<ElectricalResistanceUnit,FloatElectricalResistanceVector,MutableFloatElectricalResistanceVector,FloatElectricalResistance>
dvd
- FloatVectorData; an internal data objectunit
- U; the unitprotected final MutableFloatElectricalResistanceVector instantiateMutableType(FloatVectorData dvd, ElectricalResistanceUnit unit)
instantiateMutableType
in class AbstractFloatVectorRel<ElectricalResistanceUnit,FloatElectricalResistanceVector,MutableFloatElectricalResistanceVector,FloatElectricalResistance>
dvd
- FloatVectorData; an internal data objectunit
- U; the unitprotected final FloatElectricalResistance instantiateScalar(float value, ElectricalResistanceUnit unit)
instantiateScalar
in class AbstractFloatVectorRel<ElectricalResistanceUnit,FloatElectricalResistanceVector,MutableFloatElectricalResistanceVector,FloatElectricalResistance>
value
- float; the valueunit
- U; the unitpublic final FloatElectricalResistanceVector toDense()
public final FloatElectricalResistanceVector toSparse()
public FloatElectricalResistance[] toArray()
RuntimeException
- wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.