Package org.djunits.userdefined
Class FloatJerkVector
java.lang.Object
org.djunits.value.IndexedValue<U,S,V,D>
org.djunits.value.base.Vector<U,S,V,FloatVectorData>
org.djunits.value.vfloat.vector.base.FloatVector<U,S,RV>
org.djunits.value.vfloat.vector.base.FloatVectorRel<JerkUnit,FloatJerk,FloatJerkVector>
org.djunits.userdefined.FloatJerkVector
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<FloatJerk>,Relative<JerkUnit,,FloatJerkVector> Value<JerkUnit,FloatJerkVector>
Float JerkVector, a vector of values with a JerkUnit.
Copyright (c) 2013-2025 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Alexander Verbraeck, Peter Knoppers
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.value.vfloat.vector.base.FloatVector
FloatVector.Itr -
Field Summary
Fields inherited from class org.djunits.value.vfloat.vector.base.FloatVector
data -
Constructor Summary
ConstructorsConstructorDescriptionFloatJerkVector(FloatVectorData data, JerkUnit displayUnit) Construct an JerkVector from an internal data object. -
Method Summary
Modifier and TypeMethodDescriptioninstantiateScalarSI(float valueSI, JerkUnit displayUnit) instantiateVector(FloatVectorData fvd, JerkUnit displayUnit) Methods inherited from class org.djunits.value.vfloat.vector.base.FloatVectorRel
decrementBy, decrementBy, divide, divide, divide, divideBy, divideBy, incrementBy, incrementBy, minus, multiplyBy, multiplyBy, plus, times, times, times, zSumMethods inherited from class org.djunits.value.vfloat.vector.base.FloatVector
abs, assign, ceil, checkIndex, checkSize, equals, floor, get, getData, getInUnit, getInUnit, getScalars, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, iterator, neg, rint, set, setData, setInUnit, setInUnit, setSI, size, toDense, toSparse, toString, toString, toString, toStringMethods inherited from class org.djunits.value.IndexedValue
cardinality, checkCopyOnWrite, clone, getDisplayUnit, getStorageType, immutable, isCopyOnWrite, isDense, isMutable, isSparse, mutable, setCopyOnWrite, setDisplayUnit, setMutableMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.djunits.value.Value
isAbsolute, isRelative
-
Constructor Details
-
FloatJerkVector
Construct an JerkVector from an internal data object.- Parameters:
data- an internal data objectdisplayUnit- the unit in which the data will be displayed
-
-
Method Details
-
getScalarClass
- Specified by:
getScalarClassin classIndexedValue<JerkUnit,FloatJerk, FloatJerkVector, FloatVectorData>
-
instantiateVector
- Specified by:
instantiateVectorin classFloatVector<JerkUnit,FloatJerk, FloatJerkVector>
-
instantiateScalarSI
- Specified by:
instantiateScalarSIin classFloatVector<JerkUnit,FloatJerk, FloatJerkVector>
-