Interface Vector

All Known Subinterfaces:
Float32Vector, Float64Vector, Int16Vector, Int32Vector, Int64Vector, Int8Vector

public sealed interface Vector permits Int8Vector, Int16Vector, Int32Vector, Int64Vector, Float32Vector, Float64Vector
Represents Neo4j Vector type.

Values that represent vectors be created using the following methods:

Since:
6.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the element type.
    int
    Returns the length.
  • Method Details

    • elementType

      Class<?> elementType()
      Returns the element type.
      Returns:
      the element type
    • length

      int length()
      Returns the length.
      Returns:
      the length