Uses of Interface
org.springframework.data.domain.Vector
Packages that use Vector
Package
Description
Central domain abstractions especially to be used in combination with the
Repository abstraction.-
Uses of Vector in org.springframework.data.domain
Methods in org.springframework.data.domain that return VectorModifier and TypeMethodDescriptionstatic VectorVector.of(double... values) Creates a newVectorfrom the given doublevalues.static VectorVector.of(float... values) Creates a newVectorfrom the given floatvalues.static VectorVector.of(Collection<? extends Number> values) Creates a newVectorfrom the given numbervalues.static VectorVector.unsafe(double[] values) Creates a new unsafeVectorwrapper from the givenvalues.static VectorVector.unsafe(float[] values) Creates a new unsafeVectorwrapper from the givenvalues.