public class FloatAreaVector extends AbstractFloatVectorRel<AreaUnit,FloatAreaVector,MutableFloatAreaVector,FloatArea>
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.Itr
data
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, 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 FloatAreaVector(float[] values, AreaUnit unit, StorageType storageType) throws ValueException
values
- float[]; the values of the entries in the new Relative Immutable Float FloatAreaVectorunit
- U; the unit of the new Relative Immutable Float FloatAreaVectorstorageType
- 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; the values of the entries in the new Relative Immutable Float FloatAreaVectorunit
- U; the unit of the new Relative Immutable Float FloatAreaVectorstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic FloatAreaVector(FloatArea[] values, StorageType storageType) throws ValueException
values
- FloatScalar.Rel<U>[]; the values of the entries in the new Relative Immutable Float FloatAreaVectorstorageType
- 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; the values of the entries in the new Relative Immutable Float FloatAreaVectorstorageType
- 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
- FloatScalar.Rel<U>[]; the values of the entries in the new Relative Sparse Mutable Float
FloatAreaVectorlength
- the size of the vectorstorageType
- 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
- Map; the map of indexes to values of the Relative Sparse Mutable Float FloatAreaVectorunit
- U; the unit of the new Relative Sparse Mutable Float FloatAreaVectorlength
- the size of the vectorstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullFloatAreaVector(FloatVectorData data, AreaUnit unit)
data
- an internal data objectunit
- the unitprotected final FloatAreaVector instantiateType(FloatVectorData dvd, AreaUnit unit)
instantiateType
in class AbstractFloatVectorRel<AreaUnit,FloatAreaVector,MutableFloatAreaVector,FloatArea>
dvd
- an internal data objectunit
- the unitprotected final MutableFloatAreaVector instantiateMutableType(FloatVectorData dvd, AreaUnit unit)
instantiateMutableType
in class AbstractFloatVectorRel<AreaUnit,FloatAreaVector,MutableFloatAreaVector,FloatArea>
dvd
- an internal data objectunit
- the unitprotected final FloatArea instantiateScalar(float value, AreaUnit unit)
instantiateScalar
in class AbstractFloatVectorRel<AreaUnit,FloatAreaVector,MutableFloatAreaVector,FloatArea>
value
- the valueunit
- the unitpublic final FloatAreaVector toDense()
public final FloatAreaVector toSparse()
public FloatArea[] toArray()
RuntimeException
- wrapping a ValueException on error getting one of the valuesCopyright © 2015–2018 Delft University of Technology. All rights reserved.