public class MutableTimeVector extends AbstractMutableDoubleVectorAbs<TimeUnit,DurationUnit,TimeVector,DurationVector,MutableTimeVector,Time>
Copyright (c) 2013-2019 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
AbstractDoubleVectorAbs.Itr
data
Constructor and Description |
---|
MutableTimeVector(double[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(DoubleVectorData data,
TimeUnit unit)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(List<Double> values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(List<Time> values,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(SortedMap<Integer,Double> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(SortedMap<Integer,Time> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
MutableTimeVector(Time[] values,
StorageType storageType)
Construct a new Absolute Mutable Double TimeVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableTimeVector |
instantiateMutableType(DoubleVectorData dvd,
TimeUnit unit)
Construct a new Absolute Mutable DoubleVector of the right type.
|
protected Time |
instantiateScalar(double value,
TimeUnit unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
protected TimeVector |
instantiateTypeAbs(DoubleVectorData dvd,
TimeUnit unit)
Construct a new Absolute Immutable DoubleVector of the right type.
|
protected DurationVector |
instantiateTypeRel(DoubleVectorData dvd,
DurationUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Time[] |
toArray()
Return an array of Time Scalars from this vector.
|
MutableTimeVector |
toDense()
return a dense version of this vector.
|
MutableTimeVector |
toSparse()
return a sparse version of this vector.
|
assign, ceil, checkCopyOnWrite, copy, decrementBy, decrementBy, decrementBy, divideBy, floor, immutable, incrementBy, incrementBy, incrementBy, multiplyBy, multiplyBy, mutable, normalize, rint, round, set, setCopyOnWrite, setInUnit, setSI
checkUnit, checkUnit, checkUnit, get, iterator, minus, minus, plus
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, get, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSum
forEach, spliterator
public MutableTimeVector(double[] values, TimeUnit unit, StorageType storageType) throws ValueException
values
- double[]; the values of the entries in the new Absolute Mutable Double TimeVectorunit
- TimeUnit; the unit of the new Absolute Mutable Double TimeVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableTimeVector(List<Double> values, TimeUnit unit, StorageType storageType) throws ValueException
values
- List<Double>; the values of the entries in the new Absolute Mutable Double TimeVectorunit
- TimeUnit; the unit of the new Absolute Mutable Double TimeVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableTimeVector(Time[] values, StorageType storageType) throws ValueException
values
- Time[]; the values of the entries in the new Absolute Mutable Double TimeVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableTimeVector(List<Time> values, StorageType storageType) throws ValueException
values
- List<Time>; the values of the entries in the new Absolute Mutable Double TimeVectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableTimeVector(SortedMap<Integer,Time> values, int length, StorageType storageType) throws ValueException
values
- SortedMap<Integer, Time>; the values of the entries in the new Absolute Sparse Mutable Double
TimeVectorlength
- int; the size of the vectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableTimeVector(SortedMap<Integer,Double> values, TimeUnit unit, int length, StorageType storageType) throws ValueException
values
- SortedMap<Integer, Double>; the map of indexes to values of the Absolute Sparse Mutable Double
TimeVectorunit
- TimeUnit; the unit of the new Absolute Sparse Mutable Double TimeVectorlength
- int; the size of the vectorstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullMutableTimeVector(DoubleVectorData data, TimeUnit unit)
data
- DoubleVectorData; an internal data objectunit
- TimeUnit; the unitprotected final TimeVector instantiateTypeAbs(DoubleVectorData dvd, TimeUnit unit)
instantiateTypeAbs
in class AbstractDoubleVectorAbs<TimeUnit,DurationUnit,TimeVector,DurationVector,MutableTimeVector,Time>
dvd
- DoubleVectorData; an internal data objectunit
- AU; the unitprotected final DurationVector instantiateTypeRel(DoubleVectorData dvd, DurationUnit unit)
instantiateTypeRel
in class AbstractDoubleVectorAbs<TimeUnit,DurationUnit,TimeVector,DurationVector,MutableTimeVector,Time>
dvd
- DoubleVectorData; an internal data objectunit
- RU; the unitprotected final MutableTimeVector instantiateMutableType(DoubleVectorData dvd, TimeUnit unit)
instantiateMutableType
in class AbstractDoubleVectorAbs<TimeUnit,DurationUnit,TimeVector,DurationVector,MutableTimeVector,Time>
dvd
- DoubleVectorData; an internal data objectunit
- AU; the unitprotected final Time instantiateScalar(double value, TimeUnit unit)
instantiateScalar
in class AbstractDoubleVectorAbs<TimeUnit,DurationUnit,TimeVector,DurationVector,MutableTimeVector,Time>
value
- double; the valueunit
- AU; the unitpublic final MutableTimeVector toDense()
public final MutableTimeVector toSparse()
public Time[] toArray()
RuntimeException
- wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.