Uses of Interface
org.djunits.value.vdouble.scalar.base.DoubleScalarInterface
| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix.base |
Interfaces, abstract classes and utilities for DoubleMatrix.
|
| org.djunits.value.vdouble.matrix.data |
Internal data storage for the Matrix.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.scalar.base |
Interfaces, abstract classes and utilities for DoubleScalar.
|
| org.djunits.value.vdouble.vector.base |
Interfaces, abstract classes and utilities for DoubleVector.
|
| org.djunits.value.vdouble.vector.data |
Internal data storage for the Vector.
|
-
Uses of DoubleScalarInterface in org.djunits.value.vdouble.matrix.base
Classes in org.djunits.value.vdouble.matrix.base with type parameters of type DoubleScalarInterface Modifier and Type Interface Description interfaceDoubleMatrixInterface<U extends Unit<U>,S extends DoubleScalarInterface<U,S>,V extends DoubleVectorInterface<U,S,V>,M extends DoubleMatrixInterface<U,S,V,M>>Interface for the DoubleMatrix classes, specifically defining the methods that deal with double values.classDoubleSparseValue<U extends Unit<U>,S extends DoubleScalarInterface<U,S>>Data point for a matrix that can be used for constructing sparse matrices.Methods in org.djunits.value.vdouble.matrix.base with type parameters of type DoubleScalarInterface Modifier and Type Method Description static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(double[][] valuesInUnit, U unit, StorageType storageType)Instantiate the DoubleMatrix based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(double[][] valuesInUnit, U unit, StorageType storageType, Class<M> matrixClass)Instantiate the DoubleMatrix based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(Collection<DoubleSparseValue<U,S>> values, int rows, int cols, U displayUnit, StorageType storageType)Construct a new Relative Immutable Double Matrix.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(Collection<DoubleSparseValue<U,S>> values, int rows, int cols, U displayUnit, StorageType storageType, Class<M> matrixClass)Construct a new Relative Immutable Double Matrix.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(DoubleMatrixData values, U unit)Instantiate the Mutable DoubleMatrix based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(DoubleMatrixData values, U unit, Class<M> matrixClass)Instantiate the Mutable DoubleMatrix based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(S[][] values, U displayUnit, StorageType storageType)Construct a new Relative Immutable Double Matrix.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(S[][] values, U displayUnit, StorageType storageType, Class<M> matrixClass)Construct a new Relative Immutable Double Matrix.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiateAnonymous(DoubleMatrixData values, Unit<?> unit)Instantiate the Immutable DoubleMatrix based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiateAnonymous(DoubleMatrixData values, Unit<?> unit, Class<M> matrixClass)Instantiate the Immutable DoubleMatrix based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiateSI(double[][] valuesSI, U displayUnit, StorageType storageType)Instantiate the DoubleMatrix based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiateSI(double[][] valuesSI, U displayUnit, StorageType storageType, Class<M> matrixClass)Instantiate the DoubleMatrix based on its unit.Methods in org.djunits.value.vdouble.matrix.base with parameters of type DoubleScalarInterface Modifier and Type Method Description static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(S[][] values, U displayUnit, StorageType storageType)Construct a new Relative Immutable Double Matrix.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(S[][] values, U displayUnit, StorageType storageType, Class<M> matrixClass)Construct a new Relative Immutable Double Matrix. -
Uses of DoubleScalarInterface in org.djunits.value.vdouble.matrix.data
Methods in org.djunits.value.vdouble.matrix.data with type parameters of type DoubleScalarInterface Modifier and Type Method Description protected static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
S[][]DoubleMatrixData. checkRectangularAndNonEmpty(S[][] values)Check that a 2D array of float is not null, not empty and not jagged; i.e.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleMatrixDataDoubleMatrixData. instantiate(Collection<DoubleSparseValue<U,S>> values, int rows, int cols, StorageType storageType)Instantiate a DoubleMatrixData with the right data type.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleMatrixDataDoubleMatrixData. instantiate(S[][] values, StorageType storageType)Instantiate a DoubleMatrixData with the right data type.Methods in org.djunits.value.vdouble.matrix.data that return DoubleScalarInterface Modifier and Type Method Description protected static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
S[][]DoubleMatrixData. checkRectangularAndNonEmpty(S[][] values)Check that a 2D array of float is not null, not empty and not jagged; i.e.Methods in org.djunits.value.vdouble.matrix.data with parameters of type DoubleScalarInterface Modifier and Type Method Description protected static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
S[][]DoubleMatrixData. checkRectangularAndNonEmpty(S[][] values)Check that a 2D array of float is not null, not empty and not jagged; i.e.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleMatrixDataDoubleMatrixData. instantiate(S[][] values, StorageType storageType)Instantiate a DoubleMatrixData with the right data type. -
Uses of DoubleScalarInterface in org.djunits.value.vdouble.scalar
Classes in org.djunits.value.vdouble.scalar that implement DoubleScalarInterface Modifier and Type Class Description classAbsoluteTemperatureEasy access methods for the Absolute AbsoluteTemperature DoubleScalar.classAbsorbedDoseEasy access methods for the AbsorbedDose DoubleScalar, which is relative by definition.classAccelerationEasy access methods for the Acceleration DoubleScalar, which is relative by definition.classAmountOfSubstanceEasy access methods for the AmountOfSubstance DoubleScalar, which is relative by definition.classAngleEasy access methods for the Relative Angle DoubleScalar.classAreaEasy access methods for the Area DoubleScalar, which is relative by definition.classCatalyticActivityEasy access methods for the CatalyticActivity DoubleScalar, which is relative by definition.classDensityEasy access methods for the Density DoubleScalar, which is relative by definition.classDimensionlessEasy access methods for the Dimensionless DoubleScalar, which is relative by definition.classDirectionEasy access methods for the Absolute Direction DoubleScalar.classDurationEasy access methods for the Relative Duration DoubleScalar.classElectricalCapacitanceEasy access methods for the ElectricalCapacitance DoubleScalar, which is relative by definition.classElectricalChargeEasy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.classElectricalConductanceEasy access methods for the ElectricalConductance DoubleScalar, which is relative by definition.classElectricalCurrentEasy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.classElectricalInductanceEasy access methods for the ElectricalInductance DoubleScalar, which is relative by definition.classElectricalPotentialEasy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.classElectricalResistanceEasy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.classEnergyEasy access methods for the Energy DoubleScalar, which is relative by definition.classEquivalentDoseEasy access methods for the EquivalentDose DoubleScalar, which is relative by definition.classFlowMassEasy access methods for the FlowMass DoubleScalar, which is relative by definition.classFlowVolumeEasy access methods for the FlowVolume DoubleScalar, which is relative by definition.classForceEasy access methods for the Force DoubleScalar, which is relative by definition.classFrequencyEasy access methods for the Frequency DoubleScalar, which is relative by definition.classIlluminanceEasy access methods for the Illuminance DoubleScalar, which is relative by definition.classLengthEasy access methods for the Relative Length DoubleScalar.classLinearDensityEasy access methods for the LinearDensity DoubleScalar, which is relative by definition.classLuminousFluxEasy access methods for the LuminousFlux DoubleScalar, which is relative by definition.classLuminousIntensityEasy access methods for the LuminousIntensity DoubleScalar, which is relative by definition.classMagneticFluxEasy access methods for the MagneticFlux DoubleScalar, which is relative by definition.classMagneticFluxDensityEasy access methods for the MagneticFluxDensity DoubleScalar, which is relative by definition.classMassEasy access methods for the Mass DoubleScalar, which is relative by definition.classPositionEasy access methods for the Absolute Position DoubleScalar.classPowerEasy access methods for the Power DoubleScalar, which is relative by definition.classPressureEasy access methods for the Pressure DoubleScalar, which is relative by definition.classRadioActivityEasy access methods for the RadioActivity DoubleScalar, which is relative by definition.classSIScalarEasy access methods for the generic Relative SI DoubleScalar.classSolidAngleEasy access methods for the SolidAngle DoubleScalar, which is relative by definition.classSpeedEasy access methods for the Speed DoubleScalar, which is relative by definition.classTemperatureEasy access methods for the Relative Temperature DoubleScalar.classTimeEasy access methods for the Absolute Time DoubleScalar.classTorqueEasy access methods for the Torque DoubleScalar, which is relative by definition.classVolumeEasy access methods for the Volume DoubleScalar, which is relative by definition. -
Uses of DoubleScalarInterface in org.djunits.value.vdouble.scalar.base
Classes in org.djunits.value.vdouble.scalar.base with type parameters of type DoubleScalarInterface Modifier and Type Interface Description interfaceDoubleScalarInterface<U extends Unit<U>,S extends DoubleScalarInterface<U,S>>Double scalar functions.Subinterfaces of DoubleScalarInterface in org.djunits.value.vdouble.scalar.base Modifier and Type Interface Description static interfaceDoubleScalarInterface.Abs<AU extends AbsoluteLinearUnit<AU,RU>,A extends DoubleScalarInterface.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends DoubleScalarInterface.RelWithAbs<AU,A,RU,R>>Methods for Absolute Scalar.static interfaceDoubleScalarInterface.Rel<U extends Unit<U>,R extends DoubleScalarInterface.Rel<U,R>>Methods for Relative DoubleScalar.static interfaceDoubleScalarInterface.RelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends DoubleScalarInterface.Abs<AU,A,RU,R>,RU extends Unit<RU>,R extends DoubleScalarInterface.RelWithAbs<AU,A,RU,R>>Additional methods for Relative Scalar that has a corresponding Absolute Scalar.Classes in org.djunits.value.vdouble.scalar.base that implement DoubleScalarInterface Modifier and Type Class Description classAbstractDoubleScalar<U extends Unit<U>,S extends AbstractDoubleScalar<U,S>>The most basic abstract class for the DoubleScalar.classAbstractDoubleScalarAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractDoubleScalarAbs<AU,A,RU,R>,RU extends Unit<RU>,R extends AbstractDoubleScalarRelWithAbs<AU,A,RU,R>>The typed, abstract DoubleScalarAbs class that forms the basis of all DoubleScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent.classAbstractDoubleScalarRel<U extends Unit<U>,R extends AbstractDoubleScalarRel<U,R>>The typed, abstract DoubleScalarRel class that forms the basis of all DoubleScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent.classAbstractDoubleScalarRelWithAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractDoubleScalarAbs<AU,A,RU,R>,RU extends Unit<RU>,R extends AbstractDoubleScalarRelWithAbs<AU,A,RU,R>>The typed, abstract DoubleScalarRelWithAbs class that forms the basis of the relative DoubleScalars suck as Duration that have an absolute equivalent such as Time.Methods in org.djunits.value.vdouble.scalar.base with type parameters of type DoubleScalarInterface Modifier and Type Method Description static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
SDoubleScalar. instantiate(double value, U unit)Instantiate the DoubleScalar based on its unit.static <S extends DoubleScalarInterface<?, S>>
SDoubleScalar. instantiateAnonymous(double value, Unit<?> unit)Instantiate the DoubleScalar based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
SDoubleScalar. instantiateSI(double valueSI, U displayUnit)Instantiate the DoubleScalar with an SI value and add the displayUnit later.static <U extends Unit<U>, T extends DoubleScalarInterface<U, T>>
TDoubleScalar. max(T r1, T r2)Return the maximum value of two relative scalars.static <U extends Unit<U>, T extends DoubleScalarInterface<U, T>>
TDoubleScalar. max(T r1, T r2, T... rn)Return the maximum value of more than two relative scalars.static <U extends Unit<U>, T extends DoubleScalarInterface<U, T>>
TDoubleScalar. min(T r1, T r2)Return the minimum value of two relative scalars.static <U extends Unit<U>, T extends DoubleScalarInterface<U, T>>
TDoubleScalar. min(T r1, T r2, T... rn)Return the minimum value of more than two relative scalars.Methods in org.djunits.value.vdouble.scalar.base with parameters of type DoubleScalarInterface Modifier and Type Method Description static <U extends Unit<U>, T extends DoubleScalarInterface<U, T>>
TDoubleScalar. max(T r1, T r2, T... rn)Return the maximum value of more than two relative scalars.static <U extends Unit<U>, T extends DoubleScalarInterface<U, T>>
TDoubleScalar. min(T r1, T r2, T... rn)Return the minimum value of more than two relative scalars. -
Uses of DoubleScalarInterface in org.djunits.value.vdouble.vector.base
Classes in org.djunits.value.vdouble.vector.base with type parameters of type DoubleScalarInterface Modifier and Type Interface Description interfaceDoubleVectorInterface<U extends Unit<U>,S extends DoubleScalarInterface<U,S>,V extends DoubleVectorInterface<U,S,V>>Interface for the DoubleVector classes, specifically defining the methods that deal with double values.Methods in org.djunits.value.vdouble.vector.base with type parameters of type DoubleScalarInterface Modifier and Type Method Description static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(double[] valuesInUnit, U unit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(double[] valuesInUnit, U unit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(List<Double> valueListInUnit, U unit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(List<Double> valueListInUnit, U unit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(SortedMap<Integer,Double> valueMapInUnit, int length, U unit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(SortedMap<Integer,Double> valueMapInUnit, int length, U unit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(DoubleVectorData values, U unit)Instantiate the Mutable DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(DoubleVectorData values, U unit, Class<V> vectorClass)Instantiate the Mutable DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(S[] values, U displayUnit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(S[] values, U displayUnit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateAnonymous(DoubleVectorData values, Unit<?> unit)Instantiate the Immutable DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateAnonymous(DoubleVectorData values, Unit<?> unit, Class<V> vectorClass)Instantiate the Immutable DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateList(List<S> valueList, U displayUnit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateList(List<S> valueList, U displayUnit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateMap(SortedMap<Integer,S> valueMap, int length, U displayUnit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateMap(SortedMap<Integer,S> valueMap, int length, U displayUnit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateSI(double[] valuesSI, U displayUnit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateSI(double[] valuesSI, U displayUnit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateSI(List<Double> valueListSI, U displayUnit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateSI(List<Double> valueListSI, U displayUnit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateSI(SortedMap<Integer,Double> valueMapSI, int length, U displayUnit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateSI(SortedMap<Integer,Double> valueMapSI, int length, U displayUnit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.Methods in org.djunits.value.vdouble.vector.base with parameters of type DoubleScalarInterface Modifier and Type Method Description static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(S[] values, U displayUnit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(S[] values, U displayUnit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit. -
Uses of DoubleScalarInterface in org.djunits.value.vdouble.vector.data
Methods in org.djunits.value.vdouble.vector.data with type parameters of type DoubleScalarInterface Modifier and Type Method Description static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleVectorDataDoubleVectorData. instantiate(S[] values, StorageType storageType)Instantiate a DoubleVectorData with the right data type.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleVectorDataDoubleVectorData. instantiateList(List<S> valueList, StorageType storageType)Instantiate a DoubleVectorData with the right data type.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleVectorDataDoubleVectorData. instantiateMap(SortedMap<Integer,S> values, int length, StorageType storageType)Instantiate a DoubleVectorData with the right data type.Methods in org.djunits.value.vdouble.vector.data with parameters of type DoubleScalarInterface Modifier and Type Method Description static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleVectorDataDoubleVectorData. instantiate(S[] values, StorageType storageType)Instantiate a DoubleVectorData with the right data type.