Class AbstractFloatVector<U extends Unit<U>,​S extends AbstractFloatScalar<U,​S>,​V extends AbstractFloatVector<U,​S,​V>>

java.lang.Object
org.djunits.value.AbstractValue<U,​T>
org.djunits.value.AbstractIndexedValue<U,​S,​V,​FloatVectorData>
org.djunits.value.vfloat.vector.base.AbstractFloatVector<U,​S,​V>
Type Parameters:
U - the unit
S - the scalar with unit U
V - the generic vector type
All Implemented Interfaces:
Serializable, Cloneable, Vector<U,​S,​V>, ValueFunctions<U,​V>, IndexedValue<U,​S,​V>, Value<U,​V>, FloatVectorInterface<U,​S,​V>
Direct Known Subclasses:
AbstractFloatVectorAbs, AbstractFloatVectorRel

public abstract class AbstractFloatVector<U extends Unit<U>,​S extends AbstractFloatScalar<U,​S>,​V extends AbstractFloatVector<U,​S,​V>>
extends AbstractIndexedValue<U,​S,​V,​FloatVectorData>
implements FloatVectorInterface<U,​S,​V>
The most basic abstract class for the FloatVector.

Copyright (c) 2013-2019 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, Wouter Schakel
See Also:
Serialized Form