public class MutableFloatAreaVector extends AbstractMutableFloatVectorRel<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.Itr
data
Constructor and Description |
---|
MutableFloatAreaVector(float[] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float AreaVector.
|
MutableFloatAreaVector(FloatArea[] values,
StorageType storageType)
Construct a new Relative Immutable Float AreaVector.
|
MutableFloatAreaVector(FloatVectorData data,
AreaUnit unit) |
MutableFloatAreaVector(List<Float> values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float AreaVector.
|
MutableFloatAreaVector(List<FloatArea> values,
StorageType storageType)
Construct a new Relative Immutable Float AreaVector.
|
MutableFloatAreaVector(SortedMap<Integer,Float> values,
AreaUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float AreaVector.
|
MutableFloatAreaVector(SortedMap<Integer,FloatArea> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Float AreaVector.
|
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.
|
MutableFloatAreaVector |
toDense()
return a dense version of this vector.
|
MutableFloatAreaVector |
toSparse()
return a sparse version of this vector.
|
abs, assign, ceil, checkCopyOnWrite, copy, decrementBy, decrementBy, decrementBy, divideBy, divideBy, divideBy, floor, immutable, incrementBy, incrementBy, incrementBy, multiplyBy, multiplyBy, multiplyBy, mutable, neg, normalize, rint, round, set, setCopyOnWrite, setInUnit, setSI
checkUnit, checkUnit, checkUnit, divide, get, iterator, minus, 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
DIV, MULT, POW
cardinality, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSum
forEach, spliterator
public MutableFloatAreaVector(float[] values, AreaUnit unit, StorageType storageType) throws ValueException
values
- float[]; the values of the entries in the new Relative Immutable Float AreaVectorunit
- AreaUnit; the unit of the new Relative Immutable Float AreaVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableFloatAreaVector(List<Float> values, AreaUnit unit, StorageType storageType) throws ValueException
values
- List<Float>; the values of the entries in the new Relative Immutable Float AreaVectorunit
- AreaUnit; the unit of the new Relative Immutable Float AreaVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableFloatAreaVector(FloatArea[] values, StorageType storageType) throws ValueException
values
- FloatArea[]; the values of the entries in the new Relative Immutable Float AreaVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableFloatAreaVector(List<FloatArea> values, StorageType storageType) throws ValueException
values
- List<FloatArea>; the values of the entries in the new Relative Immutable Float AreaVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableFloatAreaVector(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
AreaVectorlength
- int; the size of the vectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableFloatAreaVector(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
AreaVectorunit
- AreaUnit; the unit of the new Relative Sparse Mutable Float AreaVectorlength
- int; the size of the vectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullMutableFloatAreaVector(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 MutableFloatAreaVector toDense()
public final MutableFloatAreaVector toSparse()
public FloatArea[] toArray()
RuntimeException
- wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.