public class MutableFloatDurationVector extends AbstractMutableFloatVectorRel<DurationUnit,FloatDurationVector,MutableFloatDurationVector,FloatDuration>
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2015-09-29 14:14:28 +0200 (Tue, 29 Sep 2015) $, @version $Revision: 73 $, by $Author: pknoppers $, initial
version Sep 5, 2015
AbstractFloatVectorRel.Itrdata| Constructor and Description |
|---|
MutableFloatDurationVector(float[] values,
DurationUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(FloatDuration[] values,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(FloatVectorData data,
DurationUnit unit)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(List<Float> values,
DurationUnit unit,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(List<FloatDuration> values,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(SortedMap<Integer,Float> values,
DurationUnit unit,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
MutableFloatDurationVector(SortedMap<Integer,FloatDuration> values,
int length,
StorageType storageType)
Construct a new Relative Mutable FloatDurationVector.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableFloatDurationVector |
instantiateMutableType(FloatVectorData dvd,
DurationUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatDuration |
instantiateScalar(float value,
DurationUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatDurationVector |
instantiateType(FloatVectorData dvd,
DurationUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
FloatDuration[] |
toArray()
Return an array of FloatDuration Scalars from this vector.
|
MutableFloatDurationVector |
toDense()
return a dense version of this vector.
|
MutableFloatDurationVector |
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, setSIcheckUnit, checkUnit, checkUnit, divide, get, iterator, minus, 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, waitDIV, MULT, POWcardinality, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSumforEach, spliteratorpublic MutableFloatDurationVector(float[] values,
DurationUnit unit,
StorageType storageType)
throws ValueException
values - float[]; the values of the entries in the new Relative Mutable FloatDurationVectorunit - U; the unit of the new Relative Mutable FloatDurationVectorstorageType - the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableFloatDurationVector(List<Float> values, DurationUnit unit, StorageType storageType) throws ValueException
values - List; the values of the entries in the new Relative Mutable FloatDurationVectorunit - U; the unit of the new Relative Mutable FloatDurationVectorstorageType - the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableFloatDurationVector(FloatDuration[] values, StorageType storageType) throws ValueException
values - FloatScalar.Rel<U>[]; the values of the entries in the new Relative Mutable FloatDurationVectorstorageType - the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableFloatDurationVector(List<FloatDuration> values, StorageType storageType) throws ValueException
values - List; the values of the entries in the new Relative Mutable FloatDurationVectorstorageType - the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableFloatDurationVector(SortedMap<Integer,FloatDuration> values, int length, StorageType storageType) throws ValueException
values - FloatScalar.Rel<U>[]; the values of the entries in the new Relative Sparse Mutable
FloatDurationVectorlength - the size of the vectorstorageType - the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableFloatDurationVector(SortedMap<Integer,Float> values, DurationUnit unit, int length, StorageType storageType) throws ValueException
values - Map; the map of indexes to values of the Relative Sparse Mutable FloatDurationVectorunit - U; the unit of the new Relative Sparse Mutable FloatDurationVectorlength - the size of the vectorstorageType - the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullMutableFloatDurationVector(FloatVectorData data, DurationUnit unit)
data - an internal data objectunit - the unitprotected final FloatDurationVector instantiateType(FloatVectorData dvd, DurationUnit unit)
instantiateType in class AbstractFloatVectorRel<DurationUnit,FloatDurationVector,MutableFloatDurationVector,FloatDuration>dvd - an internal data objectunit - the unitprotected final MutableFloatDurationVector instantiateMutableType(FloatVectorData dvd, DurationUnit unit)
instantiateMutableType in class AbstractFloatVectorRel<DurationUnit,FloatDurationVector,MutableFloatDurationVector,FloatDuration>dvd - an internal data objectunit - the unitprotected final FloatDuration instantiateScalar(float value, DurationUnit unit)
instantiateScalar in class AbstractFloatVectorRel<DurationUnit,FloatDurationVector,MutableFloatDurationVector,FloatDuration>value - the valueunit - the unitpublic final MutableFloatDurationVector toDense()
public final MutableFloatDurationVector toSparse()
public FloatDuration[] toArray()
RuntimeException - wrapping a ValueException on error getting one of the valuesCopyright © 2015–2018 Delft University of Technology. All rights reserved.