See: Description
| Interface | Description |
|---|---|
| FloatVectorInterface<U extends Unit<U>> |
Interface for the FloatVector classes.
|
| MutableFloatVectorInterface<U extends Unit<U>> |
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
| Class | Description |
|---|---|
| FloatAbsoluteTemperatureVector |
Absolute FloatAbsoluteTemperature Vector.
|
| FloatAccelerationVector |
Immutable FloatAccelerationVector, a vector of values with a AccelerationUnit.
|
| FloatAngleSolidVector |
Immutable FloatAngleSolidVector, a vector of values with a AngleSolidUnit.
|
| FloatAngleVector |
Relative FloatAngle Vector.
|
| FloatAreaVector |
Immutable FloatAreaVector, a vector of values with a AreaUnit.
|
| FloatDensityVector |
Immutable FloatDensityVector, a vector of values with a DensityUnit.
|
| FloatDimensionlessVector |
Immutable FloatDimensionlessVector, a vector of values with a DimensionlessUnit.
|
| FloatDirectionVector |
Absolute FloatDirection Vector.
|
| FloatDurationVector |
Relative FloatDuration Vector.
|
| FloatElectricalChargeVector |
Immutable FloatElectricalChargeVector, a vector of values with a ElectricalChargeUnit.
|
| FloatElectricalCurrentVector |
Immutable FloatElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.
|
| FloatElectricalPotentialVector |
Immutable FloatElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.
|
| FloatElectricalResistanceVector |
Immutable FloatElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.
|
| FloatEnergyVector |
Immutable FloatEnergyVector, a vector of values with a EnergyUnit.
|
| FloatFlowMassVector |
Immutable FloatFlowMassVector, a vector of values with a FlowMassUnit.
|
| FloatFlowVolumeVector |
Immutable FloatFlowVolumeVector, a vector of values with a FlowVolumeUnit.
|
| FloatForceVector |
Immutable FloatForceVector, a vector of values with a ForceUnit.
|
| FloatFrequencyVector |
Immutable FloatFrequencyVector, a vector of values with a FrequencyUnit.
|
| FloatLengthVector |
Relative FloatLength Vector.
|
| FloatLinearDensityVector |
Immutable FloatLinearDensityVector, a vector of values with a LinearDensityUnit.
|
| FloatMassVector |
Immutable FloatMassVector, a vector of values with a MassUnit.
|
| FloatMoneyPerAreaVector |
Immutable FloatMoneyPerAreaVector, a vector of values with a MoneyPerAreaUnit.
|
| FloatMoneyPerEnergyVector |
Immutable FloatMoneyPerEnergyVector, a vector of values with a MoneyPerEnergyUnit.
|
| FloatMoneyPerLengthVector |
Immutable FloatMoneyPerLengthVector, a vector of values with a MoneyPerLengthUnit.
|
| FloatMoneyPerMassVector |
Immutable FloatMoneyPerMassVector, a vector of values with a MoneyPerMassUnit.
|
| FloatMoneyPerTimeVector |
Immutable FloatMoneyPerTimeVector, a vector of values with a MoneyPerTimeUnit.
|
| FloatMoneyPerVolumeVector |
Immutable FloatMoneyPerVolumeVector, a vector of values with a MoneyPerVolumeUnit.
|
| FloatMoneyVector |
Immutable FloatMoneyVector, a vector of values with a MoneyUnit.
|
| FloatPositionVector |
Absolute FloatPosition Vector.
|
| FloatPowerVector |
Immutable FloatPowerVector, a vector of values with a PowerUnit.
|
| FloatPressureVector |
Immutable FloatPressureVector, a vector of values with a PressureUnit.
|
| FloatSpeedVector |
Immutable FloatSpeedVector, a vector of values with a SpeedUnit.
|
| FloatTemperatureVector |
Relative FloatTemperature Vector.
|
| FloatTimeVector |
Absolute FloatTime Vector.
|
| FloatTorqueVector |
Immutable FloatTorqueVector, a vector of values with a TorqueUnit.
|
| FloatVector<U extends Unit<U>> |
Immutable FloatVector.
|
| FloatVector.Abs<U extends Unit<U>> |
ABSOLUTE implementation of FloatVector.
|
| FloatVector.Rel<U extends Unit<U>> |
RELATIVE implementation of FloatVector.
|
| FloatVectorData |
Stores the data for a FloatVector and carries out basic operations.
|
| FloatVectorDataDense |
Stores dense data for a FloatVector and carries out basic operations.
|
| FloatVectorDataSparse |
Stores sparse data for a FloatVector and carries out basic operations.
|
| FloatVolumeVector |
Immutable FloatVolumeVector, a vector of values with a VolumeUnit.
|
| MutableFloatAbsoluteTemperatureVector |
Mutable Absolute FloatAbsoluteTemperature Vector a vector of values with a TemperatureUnit.
|
| MutableFloatAccelerationVector |
Mutable FloatAccelerationVector, a vector of values with a AccelerationUnit.
|
| MutableFloatAngleSolidVector |
Mutable FloatAngleSolidVector, a vector of values with a AngleSolidUnit.
|
| MutableFloatAngleVector |
Mutable Relative FloatAngle Vector.
|
| MutableFloatAreaVector |
Mutable FloatAreaVector, a vector of values with a AreaUnit.
|
| MutableFloatDensityVector |
Mutable FloatDensityVector, a vector of values with a DensityUnit.
|
| MutableFloatDimensionlessVector |
Mutable FloatDimensionlessVector, a vector of values with a DimensionlessUnit.
|
| MutableFloatDirectionVector |
Mutable Absolute FloatDirection Vector a vector of values with a AngleUnit.
|
| MutableFloatDurationVector |
Mutable Relative FloatDuration Vector.
|
| MutableFloatElectricalChargeVector |
Mutable FloatElectricalChargeVector, a vector of values with a ElectricalChargeUnit.
|
| MutableFloatElectricalCurrentVector |
Mutable FloatElectricalCurrentVector, a vector of values with a ElectricalCurrentUnit.
|
| MutableFloatElectricalPotentialVector |
Mutable FloatElectricalPotentialVector, a vector of values with a ElectricalPotentialUnit.
|
| MutableFloatElectricalResistanceVector |
Mutable FloatElectricalResistanceVector, a vector of values with a ElectricalResistanceUnit.
|
| MutableFloatEnergyVector |
Mutable FloatEnergyVector, a vector of values with a EnergyUnit.
|
| MutableFloatFlowMassVector |
Mutable FloatFlowMassVector, a vector of values with a FlowMassUnit.
|
| MutableFloatFlowVolumeVector |
Mutable FloatFlowVolumeVector, a vector of values with a FlowVolumeUnit.
|
| MutableFloatForceVector |
Mutable FloatForceVector, a vector of values with a ForceUnit.
|
| MutableFloatFrequencyVector |
Mutable FloatFrequencyVector, a vector of values with a FrequencyUnit.
|
| MutableFloatLengthVector |
Mutable Relative FloatLength Vector.
|
| MutableFloatLinearDensityVector |
Mutable FloatLinearDensityVector, a vector of values with a LinearDensityUnit.
|
| MutableFloatMassVector |
Mutable FloatMassVector, a vector of values with a MassUnit.
|
| MutableFloatMoneyPerAreaVector |
Mutable FloatMoneyPerAreaVector, a vector of values with a MoneyPerAreaUnit.
|
| MutableFloatMoneyPerEnergyVector |
Mutable FloatMoneyPerEnergyVector, a vector of values with a MoneyPerEnergyUnit.
|
| MutableFloatMoneyPerLengthVector |
Mutable FloatMoneyPerLengthVector, a vector of values with a MoneyPerLengthUnit.
|
| MutableFloatMoneyPerMassVector |
Mutable FloatMoneyPerMassVector, a vector of values with a MoneyPerMassUnit.
|
| MutableFloatMoneyPerTimeVector |
Mutable FloatMoneyPerTimeVector, a vector of values with a MoneyPerTimeUnit.
|
| MutableFloatMoneyPerVolumeVector |
Mutable FloatMoneyPerVolumeVector, a vector of values with a MoneyPerVolumeUnit.
|
| MutableFloatMoneyVector |
Mutable FloatMoneyVector, a vector of values with a MoneyUnit.
|
| MutableFloatPositionVector |
Mutable Absolute FloatPosition Vector a vector of values with a LengthUnit.
|
| MutableFloatPowerVector |
Mutable FloatPowerVector, a vector of values with a PowerUnit.
|
| MutableFloatPressureVector |
Mutable FloatPressureVector, a vector of values with a PressureUnit.
|
| MutableFloatSpeedVector |
Mutable FloatSpeedVector, a vector of values with a SpeedUnit.
|
| MutableFloatTemperatureVector |
Mutable Relative FloatTemperature Vector.
|
| MutableFloatTimeVector |
Mutable Absolute FloatTime Vector a vector of values with a TimeUnit.
|
| MutableFloatTorqueVector |
Mutable FloatTorqueVector, a vector of values with a TorqueUnit.
|
| MutableFloatVector<U extends Unit<U>> |
MutableFloatVector.
|
| MutableFloatVector.Abs<U extends Unit<U>> |
ABSOLUTE implementation of MutableFloatVector.
|
| MutableFloatVector.Rel<U extends Unit<U>> |
RELATIVE implementation of MutableFloatVector.
|
| MutableFloatVolumeVector |
Mutable FloatVolumeVector, a vector of values with a VolumeUnit.
|
| MutableTypedFloatVectorAbs<U extends Unit<U>,A extends TypedFloatVectorAbs<U,A,R,MA,S>,R extends TypedFloatVectorRel<U,R,?,?>,MA extends MutableTypedFloatVectorAbs<U,A,R,MA,S>,S extends FloatScalar.Abs<U>> |
Absolute Mutable typed Vector.
|
| MutableTypedFloatVectorDimensionless<U extends Unit<U>,R extends TypedFloatVectorRel<U,R,MR,S>,MR extends MutableTypedFloatVectorDimensionless<U,R,MR,S>,S extends FloatScalar.Rel<U>> |
Relative Mutable typed Vector.
|
| MutableTypedFloatVectorRel<U extends Unit<U>,R extends TypedFloatVectorRel<U,R,MR,S>,MR extends MutableTypedFloatVectorRel<U,R,MR,S>,S extends FloatScalar.Rel<U>> |
Relative Mutable typed Vector.
|
| TypedFloatVectorAbs<U extends Unit<U>,A extends TypedFloatVectorAbs<U,A,R,MA,S>,R extends TypedFloatVectorRel<U,R,?,?>,MA extends MutableTypedFloatVectorAbs<U,A,R,MA,S>,S extends FloatScalar.Abs<U>> |
Absolute Immutable typed vector.
|
| TypedFloatVectorRel<U extends Unit<U>,R extends TypedFloatVectorRel<U,R,MR,S>,MR extends MutableTypedFloatVectorRel<U,R,MR,S>,S extends FloatScalar.Rel<U>> |
Relative Immutable typed vector.
|
This file was generated by the djunits value classes generator, 26 jun, 2015
Copyright (c) 2015-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2016-05-28 14:25:52 +0200 (Sat, 28 May 2016) $, @version $Revision: 202 $, by $Author: averbraeck $, initial
version 26 jun, 2015
Copyright © 2015–2016 Delft University of Technology. All rights reserved.