public class MutableFrequencyVector extends AbstractMutableDoubleVectorRel<FrequencyUnit,FrequencyVector,MutableFrequencyVector,Frequency>
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.
AbstractDoubleVectorRel.Itrdata| Constructor and Description |
|---|
MutableFrequencyVector(double[] values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableFrequencyVector(DoubleVectorData data,
FrequencyUnit unit) |
MutableFrequencyVector(Frequency[] values,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableFrequencyVector(List<Double> values,
FrequencyUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableFrequencyVector(List<Frequency> values,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableFrequencyVector(SortedMap<Integer,Double> values,
FrequencyUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
MutableFrequencyVector(SortedMap<Integer,Frequency> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double FrequencyVector.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableFrequencyVector |
instantiateMutableType(DoubleVectorData dvd,
FrequencyUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected Frequency |
instantiateScalar(double value,
FrequencyUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected FrequencyVector |
instantiateType(DoubleVectorData dvd,
FrequencyUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Frequency[] |
toArray()
Return an array of Frequency Scalars from this vector.
|
MutableFrequencyVector |
toDense()
return a dense version of this vector.
|
MutableFrequencyVector |
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, get, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSumforEach, spliteratorpublic MutableFrequencyVector(double[] values,
FrequencyUnit unit,
StorageType storageType)
throws ValueException
values - double[]; the values of the entries in the new Relative Immutable Double FrequencyVectorunit - FrequencyUnit; the unit of the new Relative Immutable Double FrequencyVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableFrequencyVector(List<Double> values, FrequencyUnit unit, StorageType storageType) throws ValueException
values - List<Double>; the values of the entries in the new Relative Immutable Double FrequencyVectorunit - FrequencyUnit; the unit of the new Relative Immutable Double FrequencyVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableFrequencyVector(Frequency[] values, StorageType storageType) throws ValueException
values - Frequency[]; the values of the entries in the new Relative Immutable Double FrequencyVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableFrequencyVector(List<Frequency> values, StorageType storageType) throws ValueException
values - List<Frequency>; the values of the entries in the new Relative Immutable Double FrequencyVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableFrequencyVector(SortedMap<Integer,Frequency> values, int length, StorageType storageType) throws ValueException
values - SortedMap<Integer, Frequency>; the values of the entries in the new Relative Sparse Mutable Double
FrequencyVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableFrequencyVector(SortedMap<Integer,Double> values, FrequencyUnit unit, int length, StorageType storageType) throws ValueException
values - SortedMap<Integer, Double>; the map of indexes to values of the Relative Sparse Mutable Double
FrequencyVectorunit - FrequencyUnit; the unit of the new Relative Sparse Mutable Double FrequencyVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullMutableFrequencyVector(DoubleVectorData data, FrequencyUnit unit)
data - DoubleVectorData; an internal data objectunit - FrequencyUnit; the unitprotected final FrequencyVector instantiateType(DoubleVectorData dvd, FrequencyUnit unit)
instantiateType in class AbstractDoubleVectorRel<FrequencyUnit,FrequencyVector,MutableFrequencyVector,Frequency>dvd - DoubleVectorData; an internal data objectunit - U; the unitprotected final MutableFrequencyVector instantiateMutableType(DoubleVectorData dvd, FrequencyUnit unit)
instantiateMutableType in class AbstractDoubleVectorRel<FrequencyUnit,FrequencyVector,MutableFrequencyVector,Frequency>dvd - DoubleVectorData; an internal data objectunit - U; the unitprotected final Frequency instantiateScalar(double value, FrequencyUnit unit)
instantiateScalar in class AbstractDoubleVectorRel<FrequencyUnit,FrequencyVector,MutableFrequencyVector,Frequency>value - double; the valueunit - U; the unitpublic final MutableFrequencyVector toDense()
public final MutableFrequencyVector toSparse()
public Frequency[] toArray()
RuntimeException - wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.