public class TimeVector extends AbstractDoubleVectorAbs<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.Itrdata| Constructor and Description |
|---|
TimeVector(double[] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(DoubleVectorData data,
TimeUnit unit)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(List<Double> values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(List<Time> values,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(SortedMap<Integer,Double> values,
TimeUnit unit,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(SortedMap<Integer,Time> values,
int length,
StorageType storageType)
Construct a new Absolute Immutable Double TimeVector.
|
TimeVector(Time[] values,
StorageType storageType)
Construct a new Absolute Immutable 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.
|
TimeVector |
toDense()
return a dense version of this vector.
|
TimeVector |
toSparse()
return a sparse version of this vector.
|
checkUnit, checkUnit, checkUnit, get, iterator, minus, minus, mutable, pluscardinality, 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 TimeVector(double[] values,
TimeUnit unit,
StorageType storageType)
throws ValueException
values - double[]; the values of the entries in the new Absolute Immutable Double TimeVectorunit - TimeUnit; the unit of the new Absolute Immutable Double TimeVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic TimeVector(List<Double> values, TimeUnit unit, StorageType storageType) throws ValueException
values - List<Double>; the values of the entries in the new Absolute Immutable Double TimeVectorunit - TimeUnit; the unit of the new Absolute Immutable Double TimeVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic TimeVector(Time[] values, StorageType storageType) throws ValueException
values - Time[]; the values of the entries in the new Absolute Immutable Double TimeVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic TimeVector(List<Time> values, StorageType storageType) throws ValueException
values - List<Time>; the values of the entries in the new Absolute Immutable Double TimeVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic TimeVector(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 TimeVector(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 nullTimeVector(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 TimeVector toDense()
public final TimeVector toSparse()
public Time[] toArray()
RuntimeException - wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.