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