Class FloatJerkVector

java.lang.Object
org.djunits.value.IndexedValue<U,S,V,D>
org.djunits.value.base.Vector<U,S,V,org.djunits.value.vfloat.vector.data.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>, org.djunits.value.Relative<JerkUnit,FloatJerkVector>, org.djunits.value.Value<JerkUnit,FloatJerkVector>

public class FloatJerkVector extends org.djunits.value.vfloat.vector.base.FloatVectorRel<JerkUnit,FloatJerk,FloatJerkVector>
Float JerkVector, a vector of values with a JerkUnit.

Copyright (c) 2013-2024 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

    org.djunits.value.vfloat.vector.base.FloatVector.Itr
  • Field Summary

    Fields inherited from class org.djunits.value.vfloat.vector.base.FloatVector

    data
  • Constructor Summary

    Constructors
    Constructor
    Description
    FloatJerkVector(org.djunits.value.vfloat.vector.data.FloatVectorData data, JerkUnit displayUnit)
    Construct an JerkVector from an internal data object.
  • Method Summary

    Modifier and Type
    Method
    Description
    instantiateScalarSI(float valueSI, JerkUnit displayUnit)
    instantiateVector(org.djunits.value.vfloat.vector.data.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, zSum

    Methods 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, toString

    Methods inherited from class org.djunits.value.IndexedValue

    cardinality, checkCopyOnWrite, clone, getDisplayUnit, getStorageType, immutable, isCopyOnWrite, isDense, isMutable, isSparse, mutable, setCopyOnWrite, setDisplayUnit, setMutable

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface org.djunits.value.Value

    isAbsolute, isRelative
  • Constructor Details

    • FloatJerkVector

      public FloatJerkVector(org.djunits.value.vfloat.vector.data.FloatVectorData data, JerkUnit displayUnit)
      Construct an JerkVector from an internal data object.
      Parameters:
      data - FloatVectorData; an internal data object
      displayUnit - JerkUnit; the unit in which the data will be displayed
  • Method Details