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 Vector
Vector.of
(double... values) Creates a newVector
from the given doublevalues
.static Vector
Vector.of
(float... values) Creates a newVector
from the given floatvalues
.static Vector
Vector.of
(Collection<? extends Number> values) Creates a newVector
from the given numbervalues
.static Vector
Vector.unsafe
(double[] values) Creates a new unsafeVector
wrapper from the givenvalues
.static Vector
Vector.unsafe
(float[] values) Creates a new unsafeVector
wrapper from the givenvalues
.