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